|
@ -96,10 +96,10 @@ |
|
|
</template> |
|
|
</template> |
|
|
<template slot-scope="{ row, index }" slot="action"> |
|
|
<template slot-scope="{ row, index }" slot="action"> |
|
|
<a @click="detail(row)">详情</a> |
|
|
<a @click="detail(row)">详情</a> |
|
|
<Divider type="vertical"/> |
|
|
<!-- <Divider type="vertical"/> |
|
|
<a @click="recharge(row)">充值</a> |
|
|
<a @click="recharge(row)">充值</a> --> |
|
|
<Divider type="vertical"/> |
|
|
<!-- <Divider type="vertical"/> |
|
|
<a @click="paying(row)">付费会员</a> |
|
|
<a @click="paying(row)">付费会员</a> --> |
|
|
<Divider type="vertical"/> |
|
|
<Divider type="vertical"/> |
|
|
<a @click="openLabel(row)">设置标签</a> |
|
|
<a @click="openLabel(row)">设置标签</a> |
|
|
<!-- <Divider type="vertical"/> |
|
|
<!-- <Divider type="vertical"/> |
|
@ -182,16 +182,16 @@ |
|
|
slot: "nickname", |
|
|
slot: "nickname", |
|
|
minWidth: 150, |
|
|
minWidth: 150, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// { |
|
|
title: "付费会员", |
|
|
// title: "付费会员", |
|
|
slot: "isMember", |
|
|
// slot: "isMember", |
|
|
minWidth: 90, |
|
|
// minWidth: 90, |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
// { |
|
|
title: "用户等级", |
|
|
// title: "用户等级", |
|
|
key: "level", |
|
|
// key: "level", |
|
|
minWidth: 90, |
|
|
// minWidth: 90, |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: "标签", |
|
|
title: "标签", |
|
|
key: "labels", |
|
|
key: "labels", |
|
@ -202,22 +202,22 @@ |
|
|
key: "phone", |
|
|
key: "phone", |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// { |
|
|
title: "用户类型", |
|
|
// title: "用户类型", |
|
|
key: "user_type", |
|
|
// key: "user_type", |
|
|
minWidth: 100, |
|
|
// minWidth: 100, |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: "余额", |
|
|
title: "余额", |
|
|
key: "now_money", |
|
|
key: "now_money", |
|
|
sortable: "custom", |
|
|
sortable: "custom", |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// { |
|
|
title: "关联店员", |
|
|
// title: "关联店员", |
|
|
key: "staff_name", |
|
|
// key: "staff_name", |
|
|
minWidth: 100, |
|
|
// minWidth: 100, |
|
|
}, |
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
slot: 'action', |
|
|
slot: 'action', |
|
|