'111'
This commit is contained in:
parent
061906589b
commit
9904f3ecf0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue