change colors

This commit is contained in:
Peter Maquiran
2022-07-13 14:48:20 +01:00
parent ce30125e3c
commit 523e52a2ca
2 changed files with 3 additions and 3 deletions
@@ -43,7 +43,7 @@ export class DespachoPrPage implements OnInit {
serialNumber: string; serialNumber: string;
caller: string; caller: string;
profile: string; profile: string;
intervenientes: any; intervenientes: any =[]
cc: any = []; cc: any = [];
constructor( constructor(
@@ -16,10 +16,10 @@
<ion-toolbar> <ion-toolbar>
<ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)"> <ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)">
<ion-segment-button value="validar" *ngIf="p.userPermission([p.permissionList.Gabinete.md_tasks])"> <ion-segment-button value="validar" *ngIf="p.userPermission([p.permissionList.Gabinete.md_tasks])">
Por validar ... Por validar
</ion-segment-button> </ion-segment-button>
<ion-segment-button value="assinados"> <ion-segment-button value="assinados">
Assinados PR ... Assinados PR
</ion-segment-button> </ion-segment-button>
</ion-segment> </ion-segment>
</ion-toolbar> </ion-toolbar>