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-content>
</ion-refresher> </ion-refresher>
<div class="width-100" [ngSwitch]="segment"> <div class="width-100 overflow-y-auto height-100" [ngSwitch]="segment">
<div *ngIf="parecerList" class="overflow-y-auto height-100"> <div *ngIf="parecerList">
<ion-list *ngSwitchCase="'parecer'"> <ion-list *ngSwitchCase="'parecer'">
<!-- *ngFor = "let task of parecerList; let i = index" <!-- *ngFor = "let task of parecerList; let i = index"
(click)="viewExpedientDetail(task.SerialNumber)" --> (click)="viewExpedientDetail(task.SerialNumber)" -->
@@ -64,7 +64,7 @@
</ion-list> </ion-list>
</div> </div>
<div *ngIf="deferimentoList" class="overflow-y-auto height-100"> <div *ngIf="deferimentoList">
<ion-list *ngSwitchCase="'deferimento'"> <ion-list *ngSwitchCase="'deferimento'">
<ion-item <ion-item
class="expediente ion-no-padding cursor-pointer" class="expediente ion-no-padding cursor-pointer"