From 9a2293ea12531e49bb183a1a98e7bc3b065fffa6 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 19 七月 2024 16:09:51 +0800 Subject: [PATCH] feat:通知空数据提示 --- src/views/education/department/list.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/education/department/list.vue b/src/views/education/department/list.vue index 884a261..f03b96a 100644 --- a/src/views/education/department/list.vue +++ b/src/views/education/department/list.vue @@ -21,6 +21,7 @@ style="width: 100%" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" :row-class-name="tableRowClassName" + default-expand-all row-key="id" > <el-table-column prop="name" label="閮ㄩ棬"/> @@ -47,7 +48,7 @@ :visible.sync="dialogVisible" width="400px" :before-close="handleClose"> - <el-select v-model="updateAdminForm.adminIds" @change="changSelect" multiple filterable placeholder="閫夋嫨绠$悊鍛�"> + <el-select v-model="updateAdminForm.adminIds" @change="changSelect" multiple filterable placeholder="閫夋嫨绠$悊鍛�" collapse-tags> <el-option v-for="item in deptUserList" :key="item.id" -- Gitblit v1.8.0