[fix]添加Rpay+交易额显示

master
hellolujian 6 years ago
parent 5718465f3f
commit fed8e1f8e9

@ -199,17 +199,17 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Rpay+显示交易额分析,先注释掉,日后可能需要显示 <!-- Rpay+显示交易额分析-->
<div class="col-sm-2 col-xs-6"> <div class="col-sm-2 col-xs-6">
<div class="description-block"> <div class="description-block">
<div class="description-header text-bold"><img src="/static/images/rpayplus.png"/>R Pay</div> <div class="description-header text-bold"><img src="/static/images/rpayplus_sign.png"/>RPay+</div>
<div class="description-text text-red"> <div class="description-text text-red">
<label class="description-text" <label class="description-text"
ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label> ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label>
</div> </div>
</div> </div>
</div> </div>
-->
</div> </div>
<!--<table class="table"> <!--<table class="table">
<tr> <tr>
@ -230,7 +230,7 @@
<img src="/static/images/jd_sign.png"/> <img src="/static/images/jd_sign.png"/>
JD Pay:{{totalChannelAmount.jdPayAmount|currency: ' $ '}}</th> JD Pay:{{totalChannelAmount.jdPayAmount|currency: ' $ '}}</th>
<th> <th>
<img src="/static/images/rpayplus.png"/> <img src="/static/images/rpayplus_sign.png"/>
R Pay:{{totalChannelAmount.rpayamount|currency: ' $ '}}</th> R Pay:{{totalChannelAmount.rpayamount|currency: ' $ '}}</th>
<th> <th>
<img src="/static/images/hf_sign.png"/> <img src="/static/images/hf_sign.png"/>

@ -160,17 +160,17 @@
</div> </div>
</div> </div>
<!-- 显示Rpay+交易额分析,先注释掉,日后可能需要显示 <!-- 显示Rpay+交易额分析-->
<div class="col-sm-2 col-xs-6"> <div class="col-sm-2 col-xs-6">
<div class="description-block"> <div class="description-block">
<div class="description-header text-bold"><img src="/static/images/rpayplus.png"/>R Pay</div> <div class="description-header text-bold"><img src="/static/images/rpayplus_sign.png"/>RPay+</div>
<div class="description-text"> <div class="description-text">
<label class="description-text text-red" <label class="description-text text-red"
ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label> ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label>
</div> </div>
</div> </div>
</div> </div>
-->
</div> </div>
<!-- <table class="table"> <!-- <table class="table">
<tr> <tr>
@ -193,7 +193,7 @@
<img src="/static/images/hf_sign.png"/> <img src="/static/images/hf_sign.png"/>
JD Pay:{{totalChannelAmount.hfPayAmount|currency: ' $ '}}</th> JD Pay:{{totalChannelAmount.hfPayAmount|currency: ' $ '}}</th>
<th> <th>
<img src="/static/images/rpayplus.png"/> <img src="/static/images/rpayplus_sign.png"/>
R Pay:{{totalChannelAmount.rpayamount|currency: ' $ '}}</th> R Pay:{{totalChannelAmount.rpayamount|currency: ' $ '}}</th>
</tr> </tr>
</table>--> </table>-->

@ -160,7 +160,7 @@
</div> </div>
</div> </div>
<!-- dashboard显示Rpay+交易额,先注释掉,日后可能需要显示 <!-- dashboard显示Rpay+交易额-->
<div class="col-sm-4 col-xs-6"> <div class="col-sm-4 col-xs-6">
<div class="description-block"> <div class="description-block">
<div class="description-text">交易额: <div class="description-text">交易额:
@ -171,10 +171,10 @@
<label class="description-text text-red" <label class="description-text text-red"
ng-bind="totalChannelAmount.rpay_order_count"></label> ng-bind="totalChannelAmount.rpay_order_count"></label>
</div> </div>
<div class="description-header text-bold"><img src="/static/images/rpayplus.png"/>R</div> <div class="description-header text-bold"><img src="/static/images/rpayplus_sign.png"/>Rpay+</div>
</div> </div>
</div> </div>
-->
</div> </div>
</div> </div>

Loading…
Cancel
Save