refactor: UI库升级

This commit is contained in:
dataeaseShu 2024-07-22 17:43:35 +08:00
parent 89a0eef927
commit f7c15bd281
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"axios": "^1.3.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"element-plus-secondary": "^0.5.11",
"element-plus-secondary": "^0.6.1",
"element-resize-detector": "^1.2.4",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",

View File

@ -220,6 +220,7 @@ const selectStyle = computed(() => {
@change="handleValueChange"
:render-after-expand="false"
show-checkbox
showWholePath
collapse-tags
collapse-tags-tooltip
key="multipleTree"
@ -232,6 +233,7 @@ const selectStyle = computed(() => {
@change="handleValueChange"
:data="treeOptionList"
check-strictly
showWholePath
clearable
:render-after-expand="false"
v-else-if="!loading"
@ -243,6 +245,7 @@ const selectStyle = computed(() => {
v-model="fakeValue"
v-loading="loading"
:data="[]"
showWholePath
:render-after-expand="false"
v-else
key="fakeTree"