This commit is contained in:
Peter Maquiran
2021-07-17 14:31:14 +01:00
parent b1c165bf87
commit 6b883fbfb1
9 changed files with 79 additions and 36 deletions
@@ -30,7 +30,7 @@
<div class="width-100 overflow-y-auto height-100" [ngSwitch]="segment">
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<div *ngIf="parecerList">
<div *ngIf="parecerList.length >= 1">
<ion-list *ngSwitchCase="'parecer'">
<!-- *ngFor = "let task of parecerList; let i = index"
(click)="viewExpedientDetail(task.SerialNumber)" -->
@@ -65,7 +65,7 @@
</ion-list>
</div>
<div *ngIf="deferimentoList">
<div *ngIf="deferimentoList.length >= 1">
<ion-list *ngSwitchCase="'deferimento'">
<ion-item
class="expediente ion-no-padding cursor-pointer"