forked from github/dataease
refactor: UI库升级
This commit is contained in:
parent
89a0eef927
commit
f7c15bd281
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user