bus solved

This commit is contained in:
Eudes Inácio
2023-02-14 16:37:33 +01:00
parent a4d7ed01c7
commit 8359af12c9
10 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
<ion-item *ngFor="let attachment of loadedAttachments">
<ion-label>
<h4 class="attach-title-item">{{attachment.Description}}</h4>
<p><span class="span-left">{{attachment.Stakeholders}}</span><span class="span-right"> {{ attachment.CreateDate | date: 'dd/MM/yyyy' }}</span></p>
<p><span class="span-left">{{attachment.Stakeholders}}</span><span class="span-right"> {{ attachment.CreateDate | date: 'dd-MM-yyyy' }}</span></p>
</ion-label>
</ion-item>
</ion-list>