From efee3fc6bd5e7c0230f7c0f6dad7b8bc2435887a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 17 Dec 2021 18:08:02 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/AppBuilding/components/add.vue b/src/apps/AppBuilding/components/add.vue index 1d3d85e4..8f6aa18c 100644 --- a/src/apps/AppBuilding/components/add.vue +++ b/src/apps/AppBuilding/components/add.vue @@ -19,14 +19,14 @@
房屋用途 -
+
{{$dict.getLabel('houseUseStatus', houseInfo.houseUse) || '请选择'}}
承租情况 -
+
{{ $dict.getLabel('houselivingStatus', houseInfo.livingStatus) || '请选择'}}
@@ -40,7 +40,7 @@
租房备案证明 -
+
{{ $dict.getLabel('isFilingCertificateStatus', houseInfo.isFilingCertificate) || '请选择'}}