Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-28 15:26:38 +08:00
11 changed files with 37 additions and 25 deletions

View File

@@ -181,6 +181,15 @@ export const modalSchema: FormSchemaGetter = () => [
rules: 'selectRequired',
formItemClass: 'col-span-2',
},
{
label: '人员类型',
fieldName: 'type',
component: 'Select',
componentProps: {
options: getDictOptions('wy_rzrylx'),
},
rules: 'selectRequired',
},
// {
// label: '入住员工',
// fieldName: 'userId',