1、入驻人员添加人员类型
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
dev_ljl 2025-07-28 14:45:14 +08:00
parent ca43557416
commit fcbe3b2e78

View File

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