master
drfelfel 2020-10-21 13:35:37 +03:30
parent 6835d13f9c
commit 7f831af5ae
1 changed files with 3 additions and 3 deletions

View File

@ -129,9 +129,9 @@
<th mat-header-cell *matHeaderCellDef >وضعیت داوطلب</th> <th mat-header-cell *matHeaderCellDef >وضعیت داوطلب</th>
<td mat-cell *matCellDef="let element"> <td mat-cell *matCellDef="let element">
<b style="color: rgb(151, 9, 9)(145, 142, 142);" *ngIf="element.waiting == 'reject'">رد شده</b> <b style="color: rgb(151, 9, 9);" *ngIf="element.waiting == 'reject'">رد شده</b>
<b style="color: rgb(1, 87, 27)(145, 142, 142);" *ngIf="element.waiting == 'resolve'">تایید شده</b> <b style="color: rgb(1, 87, 27);" *ngIf="element.waiting == 'resolve'">تایید شده</b>
<b style="color: rgb(212, 176, 14)(145, 142, 142);" *ngIf="element.waiting == 'wait'">در انتظار تایید</b> <b style="color: rgb(212, 176, 14);" *ngIf="element.waiting == 'wait'">در انتظار تایید</b>
</td> </td>
</ng-container> </ng-container>