fix risk页面 remark权限

master
luoyang 5 years ago
parent 1007ea091f
commit 32a1c97255

@ -232,7 +232,7 @@
<th>Email Status</th> <th>Email Status</th>
<th>Description</th> <th>Description</th>
<th>Channel Result</th> <th>Channel Result</th>
<th>Remark</th> <th ng-if="('10000000010'|withRole)">Remark</th>
<th>Risk Manager</th> <th>Risk Manager</th>
<th>Create Time</th> <th>Create Time</th>
<th>Operation</th> <th>Operation</th>
@ -260,7 +260,7 @@
<td ng-bind="riskEvent.description | limitTo:20"></td> <td ng-bind="riskEvent.description | limitTo:20"></td>
<td ng-bind="riskEvent.channel_result"></td> <td ng-bind="riskEvent.channel_result"></td>
<td ng-bind="riskEvent.remark"></td> <td ng-if="('10000000010'|withRole)" ng-bind="riskEvent.remark"></td>
<td ng-bind="riskEvent.fillin_person"></td> <td ng-bind="riskEvent.fillin_person"></td>
<td ng-bind="riskEvent.create_time"></td> <td ng-bind="riskEvent.create_time"></td>
<td> <td>

Loading…
Cancel
Save