mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(editor): data-source-field-select出现两个label
This commit is contained in:
parent
ed3c3d60ce
commit
c25be06441
@ -41,6 +41,7 @@ const cascaderConfig = computed(() => {
|
||||
type: 'cascader',
|
||||
name: props.name,
|
||||
checkStrictly: !valueIsKey,
|
||||
text: '',
|
||||
options: () =>
|
||||
dataSources.value
|
||||
?.filter((ds) => ds.fields?.length)
|
||||
|
Loading…
x
Reference in New Issue
Block a user