|
@@ -22,7 +22,11 @@
|
|
|
<el-table-column type="index" width="55"/>
|
|
<el-table-column type="index" width="55"/>
|
|
|
<el-table-column label="用户id" prop="userId" min-width="120" show-tooltip-when-overflow/>
|
|
<el-table-column label="用户id" prop="userId" min-width="120" show-tooltip-when-overflow/>
|
|
|
<el-table-column label="手机号" prop="userMobile" min-width="120" show-tooltip-when-overflow/>
|
|
<el-table-column label="手机号" prop="userMobile" min-width="120" show-tooltip-when-overflow/>
|
|
|
- <el-table-column label="会员名称" prop="membershipName" min-width="80"/>
|
|
|
|
|
|
|
+ <el-table-column label="会员名称" prop="membershipName" min-width="120">
|
|
|
|
|
+ <template #default="scope">
|
|
|
|
|
+ <span><img :src="scope.row.membershipIcon" style="width: 20px;display: inline-block;margin-right:3px;"/>{{ scope.row.membershipName }}</span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="会员编号" prop="membershipNo" min-width="100"/>
|
|
<el-table-column label="会员编号" prop="membershipNo" min-width="100"/>
|
|
|
<el-table-column label="账户余额(元)" prop="accountAmount" align="right" min-width="100">
|
|
<el-table-column label="账户余额(元)" prop="accountAmount" align="right" min-width="100">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|