View documents of event to aprove

This commit is contained in:
Peter Maquiran
2021-05-03 13:08:57 +01:00
parent 15299a5d6f
commit f87a44471c
19 changed files with 100 additions and 56 deletions
@@ -99,7 +99,7 @@
*ngFor="let attach of loadedAttachments"
(click)="viewDocument(attach.SourceId)">
<ion-label>
<p class="attach-title-item d-block">{{attach.SourceName}}</p>
<p class="attach-title-item d">{{attach.SourceName}}</p>
<p><span class="span-left">{{attach.Stakeholders}}</span><span class="span-right">{{ attach.CreateDate | date: 'dd-MM-yy' }}</span></p>
</ion-label>
</ion-item>