fix(editor): data-source-field-select出现两个label

This commit is contained in:
roymondchen 2023-10-18 10:59:13 +08:00
parent ed3c3d60ce
commit c25be06441

View File

@ -41,6 +41,7 @@ const cascaderConfig = computed(() => {
type: 'cascader',
name: props.name,
checkStrictly: !valueIsKey,
text: '',
options: () =>
dataSources.value
?.filter((ds) => ds.fields?.length)