From 18f7885f55c727990346232aeb8f7ca73e9f39e9 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期三, 29 六月 2022 10:12:29 +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