This commit is contained in:
tiago.kayaya
2021-07-05 13:54:49 +01:00
parent dba2fa73da
commit 74e8b3d0aa
@@ -28,8 +28,8 @@
</ion-refresher-content>
</ion-refresher>
<div class="width-100" [ngSwitch]="segment">
<div *ngIf="parecerList" class="overflow-y-auto height-100">
<div class="width-100 overflow-y-auto height-100" [ngSwitch]="segment">
<div *ngIf="parecerList">
<ion-list *ngSwitchCase="'parecer'">
<!-- *ngFor = "let task of parecerList; let i = index"
(click)="viewExpedientDetail(task.SerialNumber)" -->
@@ -64,7 +64,7 @@
</ion-list>
</div>
<div *ngIf="deferimentoList" class="overflow-y-auto height-100">
<div *ngIf="deferimentoList">
<ion-list *ngSwitchCase="'deferimento'">
<ion-item
class="expediente ion-no-padding cursor-pointer"