From 1ccb007ee07ee8a6911ba90483c504e7a413f7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Tue, 2 Jan 2024 10:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BF=81=E7=A7=BB=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/migration/records/index.vue | 178 ++++++++++++++++++ .../migration/records/transferBuilding.vue | 160 ++++++++++++++++ .../migration/records/transferCommunity.vue | 160 ++++++++++++++++ 3 files changed, 498 insertions(+) create mode 100644 src/views/modules/base/migration/records/index.vue create mode 100644 src/views/modules/base/migration/records/transferBuilding.vue create mode 100644 src/views/modules/base/migration/records/transferCommunity.vue diff --git a/src/views/modules/base/migration/records/index.vue b/src/views/modules/base/migration/records/index.vue new file mode 100644 index 000000000..f6ab5b26f --- /dev/null +++ b/src/views/modules/base/migration/records/index.vue @@ -0,0 +1,178 @@ + + + + + + + + + 迁移小区 + + + 迁移楼栋 + + + + + + + + + {{ + row.subjectType === 'building' ? '楼栋' : + row.subjectType === 'quarters' ? '小区' : '' + }} + + + + + + + + + {{ + row.status === -1 ? '失败' : + row.status === 0 ? '未开始' : + row.status === 1 ? '执行中' : + row.status === 2 ? '成功' : '' + }} + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/base/migration/records/transferBuilding.vue b/src/views/modules/base/migration/records/transferBuilding.vue new file mode 100644 index 000000000..f81798456 --- /dev/null +++ b/src/views/modules/base/migration/records/transferBuilding.vue @@ -0,0 +1,160 @@ + + + + + + + + + + + + + 取消 + 确定 + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/base/migration/records/transferCommunity.vue b/src/views/modules/base/migration/records/transferCommunity.vue new file mode 100644 index 000000000..db9d540f0 --- /dev/null +++ b/src/views/modules/base/migration/records/transferCommunity.vue @@ -0,0 +1,160 @@ + + + + + + + + + + + + + 取消 + 确定 + + + + + + + + \ No newline at end of file