Merge remote-tracking branch 'origin/main' into main

main
zhangxiaodi1 9 months ago
commit 97416b2c2c

@ -89,21 +89,21 @@ const formSchema = reactive<FormSchema[]>([
field: 'indexsetType',
label: '指标集类型',
componentProps: {
checkStrictly: true,
nodeKey: 'id',
props: { children: 'childs', label: 'nodeName' },
filterable: true,
multiple: true,
collapseTags: true,
showCheckbox: true,
style: { minWidth: '200px' },
checkOnClickNode: true,
},
component: 'TreeSelect',
optionApi: async () => {
return props.indexTypeParam;
}
// checkStrictly: true,
nodeKey: 'id',
props: { children: 'childs', label: 'nodeName' },
filterable: true,
// multiple: true,
collapseTags: true,
// showCheckbox: true,
style: { minWidth: '200px' },
checkOnClickNode: true,
},
component: 'TreeSelect',
optionApi: async () => {
return props.indexTypeParam;
}
},
{
field: 'modelCode',

Loading…
Cancel
Save