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) || '与户主关系'}}
-