pd allocation data changes

This commit is contained in:
gandhimathi 2018-10-30 17:34:38 +05:30
parent f49cbd3037
commit ffc21fd516
2 changed files with 8 additions and 12 deletions

View File

@ -17,12 +17,10 @@
<mat-card fxFlex="100%">
<mat-card-content style="text-align:center">
<mat-radio-button [value]="officer" (change)="selectPdOfficer(officer)"></mat-radio-button>
<img src="https://c1.staticflickr.com/5/4023/5154094149_8c1345f634.jpg" style="border-radius:50%;width:50%"><br>
<span>{{officer.first_name}} </span><br>
<span>9842951617</span> <br>
<span style="font-size:14px;" matBadge="{{officer.allocated}}" matBadgeOverlap="false" matBadgeColor="accent">Allocated</span> &nbsp;&nbsp; &nbsp;&nbsp;
<span style="font-size:14px;" matBadge="{{officer.scheduled}}" matBadgeOverlap="false" >Scheduled</span> &nbsp;&nbsp; &nbsp;&nbsp;
<span style="font-size:14px;" matBadge="{{officer.inprogress}}" matBadgeOverlap="false" matBadgeColor="warn">Inprogress</span>
<img [src]="officer.profile_url" alt="No Image" style="border-radius:50%;width:50%"><br>
<span matBadge="{{officer.count}}" matBadgeOverlap="false" matBadgeColor="warn">{{officer.first_name}}</span>
<br>
<span>{{officer.mobile_no}}</span>
</mat-card-content>
</mat-card>
</div>

View File

@ -31,12 +31,10 @@
<mat-card fxFlex="100%">
<mat-card-content style="text-align:center">
<mat-radio-button [value]="officer" (change)="selectPdOfficer(officer)"></mat-radio-button>
<img src="https://c1.staticflickr.com/5/4023/5154094149_8c1345f634.jpg" style="border-radius:50%;width:50%"><br>
<span>{{officer.first_name}} </span><br>
<span>9842951617</span> <br>
<span style="font-size:14px;" matBadge="{{officer.allocated}}" matBadgeOverlap="false" matBadgeColor="accent">Allocated</span> &nbsp;&nbsp; &nbsp;&nbsp;
<span style="font-size:14px;" matBadge="{{officer.scheduled}}" matBadgeOverlap="false" >Scheduled</span> &nbsp;&nbsp; &nbsp;&nbsp;
<span style="font-size:14px;" matBadge="{{officer.inprogress}}" matBadgeOverlap="false" matBadgeColor="warn">Inprogress</span>
<img [src]="officer.profile_url" alt="No Image" style="border-radius:50%;width:50%"><br>
<span matBadge="{{officer.count}}" matBadgeOverlap="false" matBadgeColor="warn">{{officer.first_name}}</span>
<br>
<span>{{officer.mobile_no}}</span>
</mat-card-content>
</mat-card>
</div>