修改指标集类型

main
于阔 9 months ago
parent ee51970153
commit f4e232c199

@ -89,13 +89,13 @@ const formSchema = reactive<FormSchema[]>([
field: 'indexsetType',
label: '指标集类型',
componentProps: {
checkStrictly: true,
// checkStrictly: true,
nodeKey: 'id',
props: { children: 'childs', label: 'nodeName' },
filterable: true,
multiple: true,
// multiple: true,
collapseTags: true,
showCheckbox: true,
// showCheckbox: true,
style: { minWidth: '200px' },
checkOnClickNode: true,
},

Loading…
Cancel
Save