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> -->
<!-- 操作 --> <!-- 操作 -->
<span class="actions" slot="action" slot-scope="item"> <span class="actions" slot="action" slot-scope="item">
<a title="会员充值" v-action:recharge @click="handleRecharge(item)">充值</a> <!-- <a title="会员充值" v-action:recharge @click="handleRecharge(item)">充值</a> -->
<a title="会员等级" v-action:grade @click="handleGrade(item)">等级</a> <!-- <a title="会员等级" v-action:grade @click="handleGrade(item)">等级</a> -->
<a v-action:delete @click="handleDelete(item)">删除</a> <a v-action:delete @click="handleDelete(item)">删除</a>
</span> </span>
</s-table> </s-table>
@ -146,16 +146,20 @@ export default {
dataIndex:"id_no", dataIndex:"id_no",
scopedSlots:{customRender:"idno"} scopedSlots:{customRender:"idno"}
}, },
{
title:'设备编号',
dataIndex:"devsn"
},
// { // {
// title: '/', // title: '/',
// dataIndex: 'balance', // dataIndex: 'balance',
// scopedSlots: { customRender: 'balance' } // scopedSlots: { customRender: 'balance' }
// }, // },
{ // {
title: '实际消费金额', // title: '',
dataIndex: 'expend_money', // dataIndex: 'expend_money',
scopedSlots: { customRender: 'expend_money' } // scopedSlots: { customRender: 'expend_money' }
}, // },
// { // {
// title: '', // title: '',
// dataIndex: 'platform', // dataIndex: 'platform',

Loading…
Cancel
Save