diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 6339df9..baadca6 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -108,7 +108,7 @@ - + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 595cc1d..a7ed722 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -102,13 +102,17 @@ - + + + + - - + @@ -339,8 +343,9 @@ const columns = ref([ { key: 2, label: `用户姓名`, visible: true, children: [] }, { key: 3, label: `部门`, visible: true, children: [] }, { key: 4, label: `手机号码`, visible: true, children: [] }, - { key: 5, label: `状态`, visible: true, children: [] }, - { key: 6, label: `创建时间`, visible: true, children: [] } + { key: 5, label: `角色`, visible: true, children: [] }, + { key: 6, label: `状态`, visible: true, children: [] }, + { key: 7, label: `创建时间`, visible: true, children: [] } ]); const deptTreeRef = ref();