From 1152ae3ec9931685cae504c46a126555a0ee4b65 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 21 Jan 2026 17:20:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customer/archive/table/modals/OccupantsUpdate.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/customer/archive/table/modals/OccupantsUpdate.tsx b/src/pages/customer/archive/table/modals/OccupantsUpdate.tsx index d374890..32c19ee 100644 --- a/src/pages/customer/archive/table/modals/OccupantsUpdate.tsx +++ b/src/pages/customer/archive/table/modals/OccupantsUpdate.tsx @@ -61,11 +61,11 @@ export default function Update(props: MyBetaModalFormProps) { // return obj; // }, required: true, - fieldProps: { - disabled: - props?.item?.residential_relation === - HouseOccupantsResidentialRelationEnum.PropertyOwner.value, - }, + // fieldProps: { + // disabled: + // props?.item?.residential_relation === + // HouseOccupantsResidentialRelationEnum.PropertyOwner.value, + // }, }), { name: ['residential_relation'],