fix risk页面 remark权限

luoyang 5 years ago
parent ab67904720
commit 832ce04069

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

@ -152,7 +152,7 @@
<a class="text-primary"
role="button"
title="Detail"
ui-sref="analysis_monitoring.risk_business.riskEvent_detail_bd({risk_id:riskEvent.risk_id})">
ui-sref="analysis_monitoring.riskEvent_detail_bd({risk_id:riskEvent.risk_id})">
<i class="fa fa-search"></i> Detail
</a>
</td>

Loading…
Cancel
Save