|
@@ -6,7 +6,7 @@
|
|
|
<el-input
|
|
|
class="w-[280px]"
|
|
|
v-model="queryParams.mobile"
|
|
|
- placeholder="精准匹配"
|
|
|
+ placeholder="模糊匹配"
|
|
|
clearable
|
|
|
@keyup.enter="resetPage"
|
|
|
/>
|
|
@@ -24,6 +24,7 @@
|
|
|
<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="membershipNo" min-width="100"/>
|
|
|
+ <el-table-column label="账户余额(元)" prop="accountAmount" min-width="100"/>
|
|
|
<el-table-column label="入会时间" prop="time" min-width="120"/>
|
|
|
<!-- <el-table-column label="操作" min-width="180" fixed="right">-->
|
|
|
<!-- <template #default="{ row }">-->
|