修复内容
This commit is contained in:
@@ -385,12 +385,12 @@
|
||||
{{# } }}
|
||||
</p>
|
||||
|
||||
{{# if(d.pay_status == 0){ }}
|
||||
{{# if(d.pay_status == 0 || d.pay_zd == 1){ }}
|
||||
<p style="color:#fe0707">订单状态:
|
||||
待支付
|
||||
</p>
|
||||
{{# } }}
|
||||
{{# if(d.pay_status == 1){ }}
|
||||
{{# if(d.pay_status == 1 && d.pay_zd == 0){ }}
|
||||
<p style="color:#3A91FB">订单状态:
|
||||
已支付
|
||||
</p>
|
||||
@@ -617,6 +617,7 @@
|
||||
, {field: 'order_goods', title: '商品信息', align: 'center',templet:'#goods',width:320}
|
||||
, {field: 'total_amount', title: '支付信息', align: 'center',templet:'#amount',width:180}
|
||||
, {field: 'admin_id', title: '订单归属人', align: 'center',width:180}
|
||||
, {field: 'order_remarks', title: '备注信息', align: 'center',width:130}
|
||||
, {fixed: 'right', title: '操作', width: 160, align: 'center', toolbar: '#order-operation'}
|
||||
]]
|
||||
, page: true
|
||||
|
||||
Reference in New Issue
Block a user