feat:入驻单位入驻位置多选
Some checks failed
/ Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-25 17:00:32 +08:00
parent b44fa6ee7f
commit 67b80d7687
6 changed files with 27 additions and 21 deletions

View File

@@ -157,7 +157,7 @@ export const modalSchema: FormSchemaGetter = () => [
},
{
label: '入驻位置',
fieldName: 'location',
fieldName: 'locations',
component: 'TreeSelect',
rules: 'selectRequired',
formItemClass: 'col-span-2'