From 245122e12a8330a41d93ff32bd389b42a39a52bd Mon Sep 17 00:00:00 2001 From: liuye Date: Sat, 18 Dec 2021 11:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=E6=88=BF=E6=89=BE=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBuilding/components/add.vue | 119 +++++++++++++-------- src/apps/AppBuilding/components/detail.vue | 2 +- 2 files changed, 73 insertions(+), 48 deletions(-) diff --git a/src/apps/AppBuilding/components/add.vue b/src/apps/AppBuilding/components/add.vue index 8f6aa18c..328637f6 100644 --- a/src/apps/AppBuilding/components/add.vue +++ b/src/apps/AppBuilding/components/add.vue @@ -24,21 +24,21 @@ -
+
承租情况 -
- {{ $dict.getLabel('houselivingStatus', houseInfo.livingStatus) || '请选择'}} +
+ {{ $dict.getLabel('houseLeaseSituation', houseInfo.leaseSituation) || '请选择'}}
-
+
起租日期 -
- {{ houseInfo.startDate }} +
+ {{ houseInfo.startDate || '请选择'}}
-
+
租房备案证明
{{ $dict.getLabel('isFilingCertificateStatus', houseInfo.isFilingCertificate) || '请选择'}} @@ -49,20 +49,13 @@
房主信息 - 选择人员 + 选择人员
-
- 林珊珊 -
- 请选择 - -
-
-
- 李益民 -
- 请选择 +
+ {{item.name}} +
+ {{$dict.getLabel('householdRelation', item.relation) || '与户主关系'}}
@@ -70,20 +63,13 @@
承租人信息 - 选择人员 + 选择人员
-
- 林珊珊 -
- 请选择 - -
-
-
- 李益民 -
- 请选择 +
+ {{item.name}} +
+ {{$dict.getLabel('householdRelation', item.relation) || '与户主关系'}}
@@ -91,34 +77,29 @@
实际居住人员 - 选择人员 + 选择人员
-
- 林珊珊 -
- 请选择 - -
-
-
- 李益民 -
- 请选择 +
+ {{item.name}} +
+ {{$dict.getLabel('householdRelation', item.relation) || '与户主关系'}}
-