From 69505f82b44840d8719a05d0ff7d5f6f01e1ebcf Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 29 六月 2022 09:22:03 +0800 Subject: [PATCH] '系统' --- src/views/system/department/index.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue index 4f33400..e5e0505 100644 --- a/src/views/system/department/index.vue +++ b/src/views/system/department/index.vue @@ -24,12 +24,6 @@ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" > <el-table-column prop="name" label="部门名称" show-overflow-tooltip> </el-table-column> - <el-table-column prop="status" label="部门状态" show-overflow-tooltip> - <template #default="scope"> - <el-tag type="success" v-if="scope.row.status">启用</el-tag> - <el-tag type="info" v-else>禁用</el-tag> - </template> - </el-table-column> <el-table-column prop="info" label="部门描述" show-overflow-tooltip></el-table-column> <el-table-column label="操作" show-overflow-tooltip width="140"> <template #default="scope"> -- Gitblit v1.9.2