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',