Browse Source

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 6 months ago
parent
commit
0d12665d6e

+ 8 - 3
src/views/farmlandProtection/components/hcxx.vue

@@ -107,13 +107,18 @@ export default {
 .imgCon {
   .imgList {
     width: 100%;
-    height: 410px;
-    background-color: rgba(255, 192, 203, 0.372);
+    // height: 300px;
+    max-height: 400px;
+    display: flex;
+    flex-wrap: wrap;
+    // background-color: rgba(255, 192, 203, 0.372);
     .imgDiv {
       width: 126px;
       height: 83px;
-      background-color: rgba(0, 255, 255, 0.413);
+      margin-right: 10px;
+      // background-color: rgba(0, 255, 255, 0.413);
       position: relative;
+      margin: 4px 4px;
       img {
         width: 126px;
         height: 83px;

+ 2 - 2
src/views/farmlandProtection/components/tbDetails.vue

@@ -79,8 +79,8 @@ export default {
 }
 
 .sm-panel {
-  width: 400px;
-  max-width: 400px;
+  width: 452px;
+  max-width: 452px;
   /deep/ .el-icon-close:before {
     position: absolute;
     top: 10px;

+ 4 - 1
src/views/farmlandProtection/components/tbqd.vue

@@ -64,6 +64,7 @@
 </template>
 
 <script>
+import { tempData } from "./tbqdJson";
 
 export default {
   components: {
@@ -102,7 +103,9 @@ export default {
     };
   },
   computed: {},
-  mounted() {},
+  mounted() {
+    console.log(tempData,'tempData');
+  },
   methods: {
     handleClick(row) {
       console.log(row, "---");

+ 132 - 0
src/views/farmlandProtection/components/tbqdJson.js

@@ -0,0 +1,132 @@
+export const tempData = [
+    {
+        "id": "24f9391d057145a2baab921ca335e88c",
+        "监测编号": "6401812024070108270001",
+        "监测面积": 3.98,
+        "行政区划名称": "灵武市",
+        "前时相": "20230925",
+        "后时相": "20240701",
+        "中心点经度": 106.675447,
+        "中心点纬度": 38.209985,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.67591743605254 38.21012898330025,106.67588081160454 38.21003303839916,106.6755667227518 38.21006159193115,106.67551318487904 38.20994380861134,106.67578087424232 38.20991525507935,106.67573447475257 38.209776056610394,106.67594862624321 38.20973322631232,106.6759771797752 38.20983673286605,106.67621495734579 38.20981715370431,106.6761636759473 38.20962317624071,106.67538440246796 38.209765943901175,106.67538440246796 38.20984050880776,106.67519166939297 38.20987258822527,106.6752925390611 38.2102444053304,106.67591743605254 38.21012898330025)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270001QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270001DDOM.tif"
+    },
+    {
+        "id": "f7cb717ed9584e2a9f9596e6dd6b24eb",
+        "监测编号": "6401812024070108270002",
+        "监测面积": 14.86,
+        "行政区划名称": "灵武市",
+        "前时相": "20230925",
+        "后时相": "20240701",
+        "中心点经度": 106.677514,
+        "中心点纬度": 38.210527,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.67733442033443 38.21125613092812,106.67738081982401 38.21093490369236,106.6774129425475 38.210838535521646,106.67766992433627 38.21060653807359,106.6776669653542 38.21032654901211,106.67760183022085 38.21030441628767,106.67691082322631 38.210325163597304,106.67688941155421 38.21061065255816,106.67697048026685 38.21085452911319,106.67702270721048 38.21094542330172,106.6770605609463 38.211837288225865,106.67703812786709 38.21193125341648,106.67700838460445 38.21235360774489,106.6777222229062 38.21252611866794,106.67770437694878 38.2123119671773,106.67766992433627 38.212137721230704,106.67765574126179 38.212122871762745,106.67758426373996 38.212112736890276,106.67752001829297 38.21206276820914,106.67739807450772 38.21193811456209,106.67736100262493 38.21185544075013,106.67733442033443 38.21125613092812)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270002QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270002DDOM.tif"
+    },
+    {
+        "id": "11eb9ef040db4406b7df83cade961b01",
+        "监测编号": "6401812024070108270003",
+        "监测面积": 0.75,
+        "行政区划名称": "灵武市",
+        "前时相": "20230925",
+        "后时相": "20240701",
+        "中心点经度": 106.695627,
+        "中心点纬度": 38.197472,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.69545480111623 38.19739262968051,106.69544766273322 38.19754253572398,106.69581172026705 38.19754610491532,106.69580458188415 38.19740690644659,106.69545480111623 38.19739262968051)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270003QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270003DDOM.tif"
+    },
+    {
+        "id": "3e606a3eb0e74b7592d4d89d7fe0b55c",
+        "监测编号": "6401812024070108270004",
+        "监测面积": 0.78,
+        "行政区划名称": "灵武市",
+        "前时相": "20230925",
+        "后时相": "20240701",
+        "中心点经度": 106.695183,
+        "中心点纬度": 38.201729,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.69507028021775 38.201848408360036,106.69531298524021 38.201829372671966,106.69529580438632 38.20161031678225,106.69505309936369 38.20162935247032,106.69507028021775 38.201848408360036)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270004QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270004DDOM.tif"
+    },
+    {
+        "id": "436d62e191ea40e2b41f63d8731c67d4",
+        "监测编号": "6401812024070108270005",
+        "监测面积": 0.94,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.716926,
+        "中心点纬度": 38.1824,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.71699629954821 38.182248550108966,106.7167250409936 38.18240559453528,106.71682497835576 38.182569777344725,106.71714620559169 38.18236276423727,106.71709623691044 38.18228424202397,106.71703199146322 38.18231279555613,106.71699629954821 38.182248550108966)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270005QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270005DDOM.tif"
+    },
+    {
+        "id": "191615bf6df74c5db1d5fbf9d3fb11d4",
+        "监测编号": "6401812024070108270006",
+        "监测面积": 15.37,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.670631,
+        "中心点纬度": 38.172414,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.67287990276947 38.17368784427515,106.67446819299096 38.1747110125076,106.67461096065125 38.17478834499042,106.67469169176832 38.17485623552699,106.67473452198078 38.17477771392049,106.67469169176832 38.17473488370808,106.67460501199884 38.17468126924496,106.67456337143119 38.174544450237306,106.67424214419526 38.1743362473992,106.6729393892947 38.17353912796227,106.67277282702423 38.173348771081805,106.6724040105683 38.17321195207393,106.67221960234042 38.17314651689628,106.67164645500014 38.17298195900008,106.67154937300012 38.172873456000275,106.67148196942867 38.17281339235558,106.67015541991788 38.1720162729186,106.66935830048095 38.17157607263243,106.66926312204072 38.17171289164031,106.66987583324959 38.172093605401244,106.67170206957161 38.173140568243696,106.67233857539065 38.17330713051416,106.67269549454159 38.173457983899084,106.67287990276947 38.17368784427515)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270006QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270006DDOM.tif"
+    },
+    {
+        "id": "0b085630e41c421ca542831ae0603afd",
+        "监测编号": "6401812024070108270007",
+        "监测面积": 0.46,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.681295,
+        "中心点纬度": 38.167603,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.6812239904051 38.16771006319203,106.68141938880387 38.16763735681104,106.68136675806534 38.16749591170151,106.68117135966656 38.167568618082555,106.6812239904051 38.16771006319203)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270007QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270007DDOM.tif"
+    },
+    {
+        "id": "f80c7e9e99494b2787720b54089c74a6",
+        "监测编号": "6401812024070108270008",
+        "监测面积": 0.28,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.678737,
+        "中心点纬度": 38.169935,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.67866118792483 38.16987110512338,106.67866340762782 38.169999292970374,106.67881056892179 38.169999292970374,106.67881177684745 38.1698719656315,106.67866118792483 38.16987110512338)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270008QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270008DDOM.tif"
+    },
+    {
+        "id": "87eea86088a8406eab657bb93b775726",
+        "监测编号": "6401812024070108270009",
+        "监测面积": 0.37,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.684544,
+        "中心点纬度": 38.164675,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.68449420263835 38.1647789241519,106.68465838544773 38.164689694364256,106.68459418948243 38.16457157378784,106.68443000667281 38.16466080357549,106.68449420263835 38.1647789241519)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270009QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270009DDOM.tif"
+    },
+    {
+        "id": "9626ff4578e242fe9676867671e52914",
+        "监测编号": "6401812024070108270010",
+        "监测面积": 9.26,
+        "行政区划名称": "灵武市",
+        "前时相": "20231002",
+        "后时相": "20240701",
+        "中心点经度": 106.684132,
+        "中心点纬度": 38.172093,
+        "geom": "SRID=4490;MULTIPOLYGON(((106.68480983814078 38.17108556657496,106.68492405226908 38.171304476987416,106.68492405226908 38.1715709766201,106.68471465970055 38.17191837792694,106.68449099036616 38.172004038523255,106.68420069612324 38.172004038523255,106.68407220522909 38.17199452067911,106.68387233050447 38.17220867216963,106.68381522344032 38.172408546894246,106.68392467864663 38.1727987784991,106.6843672583937 38.17401230361207,106.68447195467809 38.174335910308855,106.68463851694838 38.17427404432277,106.68451478497616 38.17393616086002,106.68407696415102 38.17273691251302,106.68401985708692 38.17243710042618,106.68411979444909 38.17219439540372,106.68424828534347 38.17212301157349,106.68450050821008 38.17208494019741,106.68469562401253 38.17205638666542,106.68480507921885 38.17205638666542,106.68491453442516 38.17185175301887,106.68506681992955 38.171599530152264,106.68508109669546 38.171318753753496,106.68498115933323 38.17106177196496,106.68480983814078 38.17108556657496)))",
+        "前时相对应影像数据": "/QDOM/6401812024070108270010QDOM.tif",
+        "后时相对应影像数据": "/DDOM/6401812024070108270010DDOM.tif"
+    }
+]