|
|
|
@ -179,7 +179,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Rate Name</th>
|
|
|
|
|
<th>Rate Value</th>
|
|
|
|
|
<th>Transaction Fee(cent)</th>
|
|
|
|
|
<th>Transaction Fee</th>
|
|
|
|
|
<th>Active Time</th>
|
|
|
|
|
<th>Expire Time</th>
|
|
|
|
|
<th ng-if="bankCtrl.rate_name=='Wechat'">Clean Days</th>
|
|
|
|
@ -194,7 +194,7 @@
|
|
|
|
|
ng-class="{'text-bold':rate.current,'success':rate.active}">
|
|
|
|
|
<td ng-bind="rate.rate_name"></td>
|
|
|
|
|
<td ng-bind="rate.rate_value + ' %'"></td>
|
|
|
|
|
<td ng-bind="rate.transaction_fee + ' c'"></td>
|
|
|
|
|
<td ng-bind="'$ '+rate.transaction_fee"></td>
|
|
|
|
|
<td ng-bind="rate.active_time|date:'yyyy-MM-dd'"></td>
|
|
|
|
|
<td ng-bind="rate.expiry_time|date:'yyyy-MM-dd'"></td>
|
|
|
|
|
<td ng-if="rate.rate_name=='Wechat'">T+{{rate.clean_days}}</td>
|
|
|
|
|