From 87fe0eb78f2026e63dffa8bacc0158e4ed1325b1 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Thu, 19 Jun 2025 16:55:06 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=85=A5=E9=A9=BB=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/{ => resident}/person/index.ts | 0 .../property/{ => resident}/person/model.d.ts | 0 .../{resident_unit => resident/unit}/index.ts | 0 .../unit}/model.d.ts | 0 .../property/{ => resident}/person/data.ts | 0 .../property/{ => resident}/person/index.vue | 16 +-- .../{ => resident}/person/person-modal.vue | 2 +- .../{resident_unit => resident/unit}/data.ts | 110 ++++++------------ .../unit}/index.vue | 42 +++---- .../unit/unit-modal.vue} | 6 +- 10 files changed, 62 insertions(+), 114 deletions(-) rename apps/web-antd/src/api/property/{ => resident}/person/index.ts (100%) rename apps/web-antd/src/api/property/{ => resident}/person/model.d.ts (100%) rename apps/web-antd/src/api/property/{resident_unit => resident/unit}/index.ts (100%) rename apps/web-antd/src/api/property/{resident_unit => resident/unit}/model.d.ts (100%) rename apps/web-antd/src/views/property/{ => resident}/person/data.ts (100%) rename apps/web-antd/src/views/property/{ => resident}/person/index.vue (93%) rename apps/web-antd/src/views/property/{ => resident}/person/person-modal.vue (99%) rename apps/web-antd/src/views/property/{resident_unit => resident/unit}/data.ts (56%) rename apps/web-antd/src/views/property/{resident_unit => resident/unit}/index.vue (79%) rename apps/web-antd/src/views/property/{resident_unit/resident_unit-modal.vue => resident/unit/unit-modal.vue} (96%) diff --git a/apps/web-antd/src/api/property/person/index.ts b/apps/web-antd/src/api/property/resident/person/index.ts similarity index 100% rename from apps/web-antd/src/api/property/person/index.ts rename to apps/web-antd/src/api/property/resident/person/index.ts diff --git a/apps/web-antd/src/api/property/person/model.d.ts b/apps/web-antd/src/api/property/resident/person/model.d.ts similarity index 100% rename from apps/web-antd/src/api/property/person/model.d.ts rename to apps/web-antd/src/api/property/resident/person/model.d.ts diff --git a/apps/web-antd/src/api/property/resident_unit/index.ts b/apps/web-antd/src/api/property/resident/unit/index.ts similarity index 100% rename from apps/web-antd/src/api/property/resident_unit/index.ts rename to apps/web-antd/src/api/property/resident/unit/index.ts 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 similarity index 100% rename from apps/web-antd/src/api/property/resident_unit/model.d.ts rename to apps/web-antd/src/api/property/resident/unit/model.d.ts diff --git a/apps/web-antd/src/views/property/person/data.ts b/apps/web-antd/src/views/property/resident/person/data.ts similarity index 100% rename from apps/web-antd/src/views/property/person/data.ts rename to apps/web-antd/src/views/property/resident/person/data.ts diff --git a/apps/web-antd/src/views/property/person/index.vue b/apps/web-antd/src/views/property/resident/person/index.vue similarity index 93% rename from apps/web-antd/src/views/property/person/index.vue rename to apps/web-antd/src/views/property/resident/person/index.vue index 0922669c..038fea7b 100644 --- a/apps/web-antd/src/views/property/person/index.vue +++ b/apps/web-antd/src/views/property/resident/person/index.vue @@ -1,26 +1,22 @@