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 17:30:46 +08:00
parent fe78f7ad25
commit cc9ad36328

View File

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