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