From 58277cad244612ffca80834147b000e4ecb34039 Mon Sep 17 00:00:00 2001 From: hbao Date: Fri, 6 Aug 2021 15:09:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 40 +++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index 543eace5..770a205b 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -726,25 +726,29 @@
-
上传历史图片
+
上传现状图片
+ > + 等待传图 +
-
上传现状图片
+
上传历史图片
+ > + 等待传图 +
@@ -915,25 +919,29 @@
-
上传历史图片
+
上传现状图片
+ > + 等待传图 +
-
上传现状图片
+
上传历史图片
+ > + 等待传图 +
From 4992f08919c03951fe861df601d3f3aa8abe35c1 Mon Sep 17 00:00:00 2001 From: hbao Date: Fri, 6 Aug 2021 15:50:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index 770a205b..ed02ebad 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -435,14 +435,14 @@
- +



- +



@@ -734,7 +734,9 @@ :max-count="1" accept="image/gif, image/jpeg, image/png" > - 等待传图 +
+ 等待传图 +
@@ -747,7 +749,9 @@ :max-count="1" accept="image/gif, image/jpeg, image/png" > - 等待传图 +
+ 等待传图 +
@@ -927,7 +931,9 @@ :max-count="1" accept="image/gif, image/jpeg, image/png" > - 等待传图 +
+ 等待传图 +
@@ -940,7 +946,9 @@ :max-count="1" accept="image/gif, image/jpeg, image/png" > - 等待传图 +
+ 等待传图 +
@@ -1252,11 +1260,14 @@ export default { addNewPlot(type) { this.farmlandEditSwitchVisbuleFun("hide"); this.landHomesteadEditVisbileFun("show"); - //farmhouse农房 land农地 if (type == "farmhouse") { this.farmhouseStatus = 0; + this.houseInfoList.behindHouse =null; + this.houseInfoList.frontHouse =null; } else if (type == "land") { + this.landInfoList.frontland =null; + this.landInfoList.behindland =null; this.farmhouseStatus = 1; } }, @@ -4097,8 +4108,8 @@ export default { center no-repeat; background-size: 90% auto; img { - width: 100%; - height: 100%; + width: 98%; + height: 90%; } } .describe {