From 7c258f8e7e9385c573a44de1c90bc985070a82a3 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 23 十二月 2022 16:03:46 +0800
Subject: [PATCH] 升级element-plus到最新版本2.2.27

---
 src/views/system/menu/index.vue               |    3 +--
 src/views/system/user/index.vue               |    1 -
 src/views/system/dept/index.vue               |    1 -
 src/layout/components/TagsView/ScrollPane.vue |    2 +-
 package.json                                  |    2 +-
 5 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 2f921b8..db7d8d8 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
     "@vueuse/core": "9.5.0",
     "axios": "0.27.2",
     "echarts": "5.4.0",
-    "element-plus": "2.2.21",
+    "element-plus": "2.2.27",
     "file-saver": "2.0.5",
     "fuse.js": "6.6.2",
     "js-cookie": "3.0.1",
diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue
index 11fe4c4..ff058ba 100644
--- a/src/layout/components/TagsView/ScrollPane.vue
+++ b/src/layout/components/TagsView/ScrollPane.vue
@@ -15,7 +15,7 @@
 const tagAndTagSpacing = ref(4);
 const { proxy } = getCurrentInstance();
 
-const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$);
+const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrapRef);
 
 onMounted(() => {
   scrollWrapper.value.addEventListener('scroll', emitScroll, true)
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index af51c50..889867d 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -89,7 +89,6 @@
                         value-key="deptId"
                         placeholder="閫夋嫨涓婄骇閮ㄩ棬"
                         check-strictly
-                        :render-after-expand="false"
                      />
                   </el-form-item>
                </el-col>
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
index 2e702ef..c3f55a4 100644
--- a/src/views/system/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -69,7 +69,7 @@
                <dict-tag :options="sys_normal_disable" :value="scope.row.status" />
             </template>
          </el-table-column>
-         <el-table-column label="鍒涘缓鏃堕棿" align="center" prop="createTime">
+         <el-table-column label="鍒涘缓鏃堕棿" align="center" width="160" prop="createTime">
             <template #default="scope">
                <span>{{ parseTime(scope.row.createTime) }}</span>
             </template>
@@ -96,7 +96,6 @@
                         value-key="menuId"
                         placeholder="閫夋嫨涓婄骇鑿滃崟"
                         check-strictly
-                        :render-after-expand="false"
                      />
                   </el-form-item>
                </el-col>
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 96b6d96..641f77b 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -196,7 +196,6 @@
                         value-key="id"
                         placeholder="璇烽�夋嫨褰掑睘閮ㄩ棬"
                         check-strictly
-                        :render-after-expand="false"
                      />
                   </el-form-item>
                </el-col>

--
Gitblit v1.9.3