|
@@ -129,7 +129,8 @@
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <template
|
|
|
+ {{scope.row.customerWalletName2}}
|
|
|
+ <!-- <template
|
|
|
v-if="scope.row.rebateWallets && scope.row.rebateWallets.length"
|
|
|
>
|
|
|
<el-tag
|
|
@@ -139,7 +140,7 @@
|
|
|
>
|
|
|
{{ item.name }}
|
|
|
</el-tag>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -164,7 +165,8 @@
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <template v-if="scope.row.wallets && scope.row.wallets.length">
|
|
|
+ {{scope.row.customerWalletName}}
|
|
|
+ <!-- <template v-if="scope.row.wallets && scope.row.wallets.length">
|
|
|
<el-tag
|
|
|
type="success"
|
|
|
size="small"
|
|
@@ -172,7 +174,7 @@
|
|
|
>
|
|
|
{{ item.name }}
|
|
|
</el-tag>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|