diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index 8ace95c7..c88a9a83 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -14,9 +14,9 @@
-
+
-
+
@@ -246,7 +246,7 @@
-
+
@@ -328,11 +328,17 @@
-
+
+
+ +



-
+
+
+ +



@@ -398,11 +404,17 @@
-
+
+
+ +



-
+
+
+ +



@@ -1889,6 +1901,7 @@ export default { obj.behindHouse = trs.find("td").eq(25).text(); //图片后 _this.houseInfoList = obj; _this.houseInfoLookList =obj; + } else { @@ -1896,6 +1909,9 @@ export default { //农地 let obj = {}; let trs = $("#info .featureInfo").find("tr:eq(1)"); + let zjId = trs.find("td").eq(0).text(); + let zjIdNum = zjId.replace('t_geo_hc_land.',''); + obj.id = zjIdNum; // 主键id obj.xm = trs.find("td").eq(1).text(); //序号 obj.cm = trs.find("td").eq(2).text(); //村名 obj.cbrmc = trs.find("td").eq(3).text(); //承包人名称 @@ -1907,12 +1923,12 @@ export default { obj.lzsynx = trs.find("td").eq(9).text(); //流转剩余年限 obj.sfylzyx = trs.find("td").eq(10).text(); //是否流转意向 obj.cdm = trs.find("td").eq(11).text(); //村代码 - obj.orgCode = trs.find("td").eq(12).text(); //行政区化代码 - obj.frontland = trs.find("td").eq(15).text(); //图片前 - obj.behindland = trs.find("td").eq(16).text(); //图片后 + obj.orgCode = trs.find("td").eq(15).text(); //行政区化代码 + obj.frontland = trs.find("td").eq(18).text(); //图片前 + obj.behindland = trs.find("td").eq(19).text(); //图片后 _this.landInfoList = obj; _this.landInfoLookList = obj; - + } }, 300); @@ -3195,7 +3211,7 @@ export default { .localhref { height: 36px; flex: 0 0 36px; - background: url("../../assets/images/homestead/others_location.png") + background: url("../../assets/images/homestead/farmlandEditSwitch_close.png") no-repeat; background-size: 100% 100%; } @@ -3224,6 +3240,7 @@ export default { .picture { flex: 1; background: #000; + img{width: 100%; height: 100%;} } .describe { flex: 0 0 32px;