display settle time on merchant settlement history view on operation side

master
yixian 6 years ago
parent ecbeff7ef8
commit 472f1d2743

@ -67,7 +67,7 @@
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th>Date</th>
<th>Settle Time</th>
<th>Transaction Amount</th>
<th>to Merchant</th>
<th>Service Fee</th>
@ -77,7 +77,7 @@
<tbody>
<tr ng-repeat="log in settlementLogs">
<td>
{{log.report_date|limitTo:10}}
{{log.report_date}}
&nbsp;<span ng-if="$index==0&&padding" class="text-red">
<i class="glyphicon glyphicon-time" uib-tooltip="清算正在执行中,以最终结果为准"></i>
</span>

Loading…
Cancel
Save