修改订单
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user