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>
</template>
</el-table-column>
<!--
<el-table-column label="状态" align="center" prop="cusState" v-if="$auth.hasPermi('customer:customer:changCusStatus')">
<template slot-scope="scope">
<el-switch
@ -160,6 +161,7 @@
></el-switch>
</template>
</el-table-column>
-->
</el-table>
<pagination