|
|
|
@ -110,7 +110,7 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td ng-bind="apply.apply_username"></td>
|
|
|
|
|
<td ng-bind="apply.create_time|date:'dd/MMM/yyyy'"></td>
|
|
|
|
|
<td ng-if="apply.status==0 && ('01'|withRole)"><a class="text-primary" role="button" title="PASS" style="color:green" ng-click="passApply(apply)">
|
|
|
|
|
<td ng-if="apply.status==0 && ('10'|withRole)"><a class="text-primary" role="button" title="PASS" style="color:green" ng-click="passApply(apply)">
|
|
|
|
|
<i class="fa fa-check"></i> PASS
|
|
|
|
|
</a>|
|
|
|
|
|
<a class="text-primary" role="button" title="REFUSE" style="color: red" ng-click="refuseApply(apply)">
|
|
|
|
|