master
kira 6 years ago
parent f89ae4b174
commit 747156ec28

@ -75,6 +75,7 @@
<table class="table table-striped">
<thead>
<tr>
<th>渠道</th>
<th>订单号</th>
<th>时间</th>
<th>订单金额</th>
@ -85,7 +86,28 @@
</thead>
<tbody>
<tr ng-repeat="order in customOrders">
<td ng-bind="order.order_id"></td>
<td>
<p class="form-control-static">
<img src="/static/images/wechatpay_sign.png"
uib-tooltip="WechatPay" ng-if="order.channel=='Wechat'"/>
<img src="/static/images/wechatpay_sign.png"
uib-tooltip="Znyoo" ng-if="order.channel=='Znyoo'"/>
<img src="/static/images/bestpay_sign.png"
uib-tooltip="BestPay" ng-if="order.channel=='Bestpay'"/>
<img src="/static/images/alipay_sign.png"
uib-tooltip=Alipay" ng-if="order.channel=='Alipay'"/>
<img src="/static/images/alipay_sign.png"
uib-tooltip=AlipayOnline" ng-if="order.channel=='AlipayOnline'"/>
<img src="/static/images/jd_sign.png"
uib-tooltip="JD Pay" ng-if="order.channel=='jd'"/>
<img src="/static/images/hf_sign.png"
uib-tooltip="HF Pay" ng-if="order.channel=='hf'"/>
{{order.order_id}}
</td>
</p>
</td>
<th ng-bind="order.transaction_time"></th>
<td ng-bind="order.transaction_amount"></td>
<th ng-bind="order.cny_amount"></th>

Loading…
Cancel
Save