From fcbe3b2e781dd18f82be06a0b1e81778ab591d35 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Mon, 28 Jul 2025 14:45:14 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=85=A5=E9=A9=BB=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=BA=E5=91=98=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/property/resident/person/data.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/property/resident/person/data.ts b/apps/web-antd/src/views/property/resident/person/data.ts index 4508aa87..c712232c 100644 --- a/apps/web-antd/src/views/property/resident/person/data.ts +++ b/apps/web-antd/src/views/property/resident/person/data.ts @@ -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', }, // {