1、入驻单位、人员优化
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-06-27 17:56:05 +08:00
parent ef24216dbc
commit f01cb4abce
12 changed files with 506 additions and 107 deletions

View File

@@ -141,7 +141,10 @@ export const modalSchema: FormSchemaGetter = () => [
{
label: '入驻位置',
fieldName: 'location',
component: 'Input',
component: 'Select',
slots:{
default:'location'
},
rules: 'required',
formItemClass: 'col-span-2'
},