feat:【ele】【crm】customer 的部分(limitConfig)

This commit is contained in:
YunaiV
2025-11-19 09:01:30 +08:00
parent 63a4e1e901
commit 7baf8d7e06
2 changed files with 8 additions and 2 deletions

View File

@@ -52,7 +52,9 @@ export function useFormSchema(confType: LimitConfType): VbenFormSchema[] {
return handleTree(data);
},
multiple: true,
fieldNames: { label: 'name', value: 'id', children: 'children' },
labelField: 'name',
valueField: 'id',
childrenField: 'children',
placeholder: '请选择规则适用部门',
treeDefaultExpandAll: true,
},