管理员维护客户

This commit is contained in:
“wanyongkang”
2023-08-11 15:12:33 +08:00
parent ea892f49c7
commit f9579aa89f
6 changed files with 149 additions and 36 deletions

View File

@@ -42,7 +42,7 @@
<el-table-column prop="Name" label="姓名"></el-table-column>
<el-table-column prop="id_code" label="身份证号"></el-table-column>
<el-table-column prop="is_verify" label="实名状态"></el-table-column>
<el-table-column label="一毛钱天卡" >
<!-- <el-table-column label="一毛钱天卡" >
<template slot-scope="scope">
<el-tooltip content="请先查看是否已经使用" placement="top">
<el-switch
@@ -55,7 +55,7 @@
</el-switch>
</el-tooltip>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label="操作" width="400px">
<template slot-scope="scope">
<span class="handel cursor edit" @click="showUpdateTest(scope.row)">设置测试</span>