|
|
|
@ -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>
|
|
|
|
|