|
@@ -132,7 +132,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="状态" min-width="150" align="center">
|
|
|
|
|
|
|
+ <!-- <el-table-column label="状态" min-width="150" align="center">
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
|
<el-switch
|
|
<el-switch
|
|
|
v-model="scope.row.disabled"
|
|
v-model="scope.row.disabled"
|
|
@@ -143,7 +143,7 @@
|
|
|
@change="changeSwitch($event, scope.row._id)"
|
|
@change="changeSwitch($event, scope.row._id)"
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="操作" min-width="150" align="center">
|
|
<el-table-column label="操作" min-width="150" align="center">
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
|
<el-button
|
|
<el-button
|