fix(editor): data-source-field-select出现两个label
This commit is contained in:
@@ -41,6 +41,7 @@ const cascaderConfig = computed(() => {
|
||||
type: 'cascader',
|
||||
name: props.name,
|
||||
checkStrictly: !valueIsKey,
|
||||
text: '',
|
||||
options: () =>
|
||||
dataSources.value
|
||||
?.filter((ds) => ds.fields?.length)
|
||||
|
||||
Reference in New Issue
Block a user