| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
| | | <template #default="scope"> |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | | v-if="scope.row.status == 1" |
| | | @click="handleEnable(scope.row)" |
| | | >启用</el-button> |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | | v-if="scope.row.status == 0" |
| | | @click="handleDisable(scope.row)" |
| | | >监管禁用</el-button> |
| | | <!-- <el-button--> |
| | | <!-- size="mini"--> |
| | | <!-- type="text"--> |
| | | <!-- v-if="scope.row.status == 1"--> |
| | | <!-- @click="handleEnable(scope.row)"--> |
| | | <!-- >启用</el-button>--> |
| | | <!-- <el-button--> |
| | | <!-- size="mini"--> |
| | | <!-- type="text"--> |
| | | <!-- v-if="scope.row.status == 0"--> |
| | | <!-- @click="handleDisable(scope.row)"--> |
| | | <!-- >监管禁用</el-button>--> |
| | | <el-button |
| | | size="mini" |
| | | type="text" |