1、入驻人员添加人员类型
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
ca43557416
commit
fcbe3b2e78
@ -176,6 +176,15 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
},
|
},
|
||||||
rules: 'selectRequired',
|
rules: 'selectRequired',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '人员类型',
|
||||||
|
fieldName: 'type',
|
||||||
|
component: 'Select',
|
||||||
|
componentProps: {
|
||||||
|
options: getDictOptions('wy_rzrylx'),
|
||||||
|
},
|
||||||
|
rules: 'selectRequired',
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// label: '入住员工',
|
// label: '入住员工',
|
||||||
// fieldName: 'userId',
|
// fieldName: 'userId',
|
||||||
@ -187,7 +196,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
label: '所属单位',
|
label: '所属单位',
|
||||||
fieldName: 'unitId',
|
fieldName: 'unitId',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
formItemClass: 'col-span-2',
|
|
||||||
rules: 'selectRequired',
|
rules: 'selectRequired',
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
Loading…
Reference in New Issue
Block a user