|
@@ -83,6 +83,11 @@
|
|
|
<el-tag size="small" v-else>{{ scope.row.userAsset.member }}</el-tag>
|
|
<el-tag size="small" v-else>{{ scope.row.userAsset.member }}</el-tag>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <template #table-column-discount="{scope}">
|
|
|
|
|
+ <template v-if="scope.row.userAsset.discount < 1">{{scope.row.userAsset.discount}}</template>
|
|
|
|
|
+ <template v-else>-</template>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<!-- 充值 -->
|
|
<!-- 充值 -->
|
|
|
<template #slot-recharge="{scope}">
|
|
<template #slot-recharge="{scope}">
|
|
|
<el-button type="text" size="mini" @click="rechargeShowFn(scope.row)">充值</el-button>
|
|
<el-button type="text" size="mini" @click="rechargeShowFn(scope.row)">充值</el-button>
|
|
@@ -336,6 +341,11 @@ export default {
|
|
|
label: '成长值',
|
|
label: '成长值',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'discount',
|
|
|
|
|
+ label: '折扣',
|
|
|
|
|
+ align: 'center'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
prop: 'balance',
|
|
prop: 'balance',
|
|
|
label: '余额',
|
|
label: '余额',
|
|
@@ -343,7 +353,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'subscribe',
|
|
prop: 'subscribe',
|
|
|
- label: '关注公众号',
|
|
|
|
|
|
|
+ label: '粉丝',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
sortable: false,
|
|
sortable: false,
|
|
|
width: 150
|
|
width: 150
|