修改订单

This commit is contained in:
dengbw
2022-11-02 17:20:23 +08:00
parent 1dd13b0a76
commit ef47fee629
+6 -6
View File
@@ -65,21 +65,21 @@
minWidth: 80
},
{
prop: 'item_title',
prop: 'itemTitle',
label: '商品标题',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 150
},
{
prop: 'total_price',
prop: 'totalPrice',
label: '订单价格',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 70
},
{
prop: 'pay_time',
prop: 'payTime',
label: '付款时间',
sortable: 'custom',
showOverflowTooltip: true,
@@ -191,9 +191,9 @@
d.sid,
d.uname,
d.mobile,
d.item_title,
d.total_price,
this.$util.toDateString(d.pay_time),
d.itemTitle,
d.totalPrice,
this.$util.toDateString(d.payTime),
this.$util.toDateString(d.createTime),
d.area,
d.stores,