From 7bd83ab54dc7f5497f50f346fd10d3e973ffd304 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Mon, 8 Sep 2025 10:49:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=88=BF=E9=97=B4=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=85=A5=E9=A9=BB=E9=9D=A2=E7=A7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/property/resident/unit/model.d.ts | 15 ++++++++++----- .../views/property/resident/unit/unit-detail.vue | 5 ++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/api/property/resident/unit/model.d.ts b/apps/web-antd/src/api/property/resident/unit/model.d.ts index 259e2abe..1c6d50df 100644 --- a/apps/web-antd/src/api/property/resident/unit/model.d.ts +++ b/apps/web-antd/src/api/property/resident/unit/model.d.ts @@ -1,4 +1,4 @@ -import type { PageQuery, BaseEntity } from '#/api/common'; +import type {PageQuery, BaseEntity} from '#/api/common'; export interface Resident_unitVO { /** @@ -67,8 +67,8 @@ export interface Resident_unitVO { */ authGroupName?: string; // 授权期限 - authBegDate?:string;//开始 - authEndDate?:string;//结束 + authBegDate?: string;//开始 + authEndDate?: string;//结束 } @@ -177,8 +177,8 @@ export interface Resident_unitQuery extends PageQuery { number?: number; /** - * 日期范围参数 - */ + * 日期范围参数 + */ params?: any; } @@ -240,4 +240,9 @@ export interface Unit extends BaseEntity { */ remark?: string; + /** + * 入驻面积 + */ + area?: string; + } diff --git a/apps/web-antd/src/views/property/resident/unit/unit-detail.vue b/apps/web-antd/src/views/property/resident/unit/unit-detail.vue index 90b2871c..398f6908 100644 --- a/apps/web-antd/src/views/property/resident/unit/unit-detail.vue +++ b/apps/web-antd/src/views/property/resident/unit/unit-detail.vue @@ -44,7 +44,7 @@ async function handleOpenChange(open: boolean) {