From 4f4ba0bf5136e32ad4e67708f60acb3444037bd6 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 6 Nov 2023 13:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/Index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/user/Index.vue b/src/views/user/Index.vue index d5bfaa7..0deb70b 100644 --- a/src/views/user/Index.vue +++ b/src/views/user/Index.vue @@ -83,8 +83,8 @@ --> - 充值 - 等级 + + 删除 @@ -146,16 +146,20 @@ export default { dataIndex:"id_no", scopedSlots:{customRender:"idno"} }, + { + title:'设备编号', + dataIndex:"devsn" + }, // { // title: '余额/积分', // dataIndex: 'balance', // scopedSlots: { customRender: 'balance' } // }, - { - title: '实际消费金额', - dataIndex: 'expend_money', - scopedSlots: { customRender: 'expend_money' } - }, + // { + // title: '实际消费金额', + // dataIndex: 'expend_money', + // scopedSlots: { customRender: 'expend_money' } + // }, // { // title: '注册来源', // dataIndex: 'platform',