From 2f46e72994142070f6f84c8312e5cc6b8262d5ee Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Wed, 25 May 2022 16:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/community.vue | 42 ++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 7ba9c6498..a6441afff 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -75,6 +75,31 @@ + +
+
房屋用途
+
+ + + + + + +
+
+ +
+
备注
+
+ + + + +
+
{ @@ -224,6 +260,8 @@ export default { this.ownerName = '' this.ownerPhone = '' this.rentFlag = '' + this.purpose = '' + this.remark = '' this.pageSize = 10 this.pageNo = 1 @@ -295,6 +333,8 @@ export default { this.ownerName = '' this.ownerPhone = '' this.rentFlag = '' + this.purpose = '' + this.remark = '' this.showRoomTable = false this.selObj = JSON.parse(JSON.stringify(obj))