add 风控业务增加remark字段、修复repeat重复

master
luoyang 5 years ago
parent 4d0c7bd3f4
commit 219ebcaf94

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.2.32</version>
<version>1.2.33</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -17,6 +17,7 @@
re.fillin_id,
re.result_type,
re.channel_result,
re.remark,
re.temporary_close_channel,
re.temporary_close_merchant,
re.in_merchant_blacklist,

@ -61,7 +61,7 @@
>{{item.fileProgressValue}}%</uib-progressbar>
<img class="col-xs-3 logo-width"
ng-repeat="url in (item.file)"
ng-repeat="url in (item.file) track by $index"
ng-src="{{url}}">
</div>
</div>

@ -232,6 +232,7 @@
<th>Email Status</th>
<th>Description</th>
<th>Channel Result</th>
<th>Remark</th>
<th>Risk Manager</th>
<th>Create Time</th>
<th>Operation</th>
@ -259,6 +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-bind="riskEvent.fillin_person"></td>
<td ng-bind="riskEvent.create_time"></td>
<td>

Loading…
Cancel
Save