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
fe78f7ad25
commit
cc9ad36328
@ -181,15 +181,6 @@ 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',
|
||||
@ -236,7 +227,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
formItemClass: 'col-span-1',
|
||||
componentProps: {
|
||||
class: 'w-auto',
|
||||
|
||||
|
||||
},
|
||||
defaultValue: false,
|
||||
dependencies: {
|
||||
|
Loading…
Reference in New Issue
Block a user