Browse Source

修改显示信息

master
453530270@qq.com 2 years ago
parent
commit
4f4ba0bf51
  1. 18
      src/views/user/Index.vue

18
src/views/user/Index.vue

@ -83,8 +83,8 @@
</span> -->
<!-- 操作 -->
<span class="actions" slot="action" slot-scope="item">
<a title="会员充值" v-action:recharge @click="handleRecharge(item)">充值</a>
<a title="会员等级" v-action:grade @click="handleGrade(item)">等级</a>
<!-- <a title="会员充值" v-action:recharge @click="handleRecharge(item)">充值</a> -->
<!-- <a title="会员等级" v-action:grade @click="handleGrade(item)">等级</a> -->
<a v-action:delete @click="handleDelete(item)">删除</a>
</span>
</s-table>
@ -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',

Loading…
Cancel
Save