This commit is contained in:
xd 2024-06-27 13:35:33 +08:00
parent 061906589b
commit 9904f3ecf0
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@
<span>{{ parseTime(scope.row.createTime) }}</span> <span>{{ parseTime(scope.row.createTime) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<!--
<el-table-column label="状态" align="center" prop="cusState" v-if="$auth.hasPermi('customer:customer:changCusStatus')"> <el-table-column label="状态" align="center" prop="cusState" v-if="$auth.hasPermi('customer:customer:changCusStatus')">
<template slot-scope="scope"> <template slot-scope="scope">
<el-switch <el-switch
@ -160,6 +161,7 @@
></el-switch> ></el-switch>
</template> </template>
</el-table-column> </el-table-column>
-->
</el-table> </el-table>
<pagination <pagination