Improve edit event

This commit is contained in:
Peter Maquiran
2021-04-20 16:31:38 +01:00
parent 0a900b1621
commit 7d882d3a11
2 changed files with 10 additions and 12 deletions
@@ -204,10 +204,9 @@
<ion-label class="width-100">
<p class="d-flex ion-justify-content-between">
<span class="attach-title-item">{{document.SourceName}}</span>
<span class="app-name" *ngIf="document.Source == 1"> webTRIX</span>
<span class="app-name" *ngIf="document.Source == 2"> K2</span>
<span class="app-name" *ngIf="document.Source == 3"> Exchange</span>
<span class="app-name" *ngIf="document.Source == 4"> File</span>
<span class="app-name" *ngIf="document.ApplicationId == 8"> Correspondencia </span>
<span class="app-name" *ngIf="document.ApplicationId == 386"> AccoesPresidenciais </span>
<span class="app-name" *ngIf="document.ApplicationId == 361 "> ArquivoDespachoElect </span>
<span class="close-button text-black" (click)="deleteAttachment(document.Id)" >
<ion-icon class="font-20" src="assets/images/icons-delete-25.svg"></ion-icon>
</span>