From ef47fee62957e672591efaff93e7222f57d488d0 Mon Sep 17 00:00:00 2001 From: dengbw Date: Wed, 2 Nov 2022 17:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sylive/activity/order/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/sylive/activity/order/index.vue b/src/views/sylive/activity/order/index.vue index 71e5d73..898bed2 100644 --- a/src/views/sylive/activity/order/index.vue +++ b/src/views/sylive/activity/order/index.vue @@ -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,