| | |
| | | </el-table-column> |
| | | <el-table-column prop="departDes" label="部门描述" min-width="30"> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="createTime" label="创建时间" min-width="10"> |
| | | </el-table-column> --> |
| | | <el-table-column prop="status" label="启用" min-width="5"> |
| | | <template slot-scope="scope"> |
| | | <!-- @change="handleChangeStatus(scope.row)" --> |
| | | <el-switch |
| | | class="switchStyle" |
| | | v-model="scope.row.status" |
| | |
| | | dialogUpdate: false, |
| | | updateFlag: false, |
| | | userInfo: "", |
| | | totalNum: 200, |
| | | totalNum: 0, |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | context: "", |
| | |
| | | id, |
| | | }, |
| | | }).then((res) => { |
| | | console.log(res); |
| | | this.$message({ |
| | | type: res.code === 404 ? "warning" : "success", |
| | | message: res.message, |