智慧农业后台管理页面
guanqb
2022-08-26 526e35b8331c189c891cf42934418c3e73776fce
农资记录返回样式修改
6 files modified
2 files added
66627 ■■■■ changed files
package-lock.json 63076 ●●●● patch | view | raw | blame | history
package.json 140 ●●●● patch | view | raw | blame | history
public/img/pzicon1.png patch | view | raw | blame | history
src/assets/region.js 2713 ●●●●● patch | view | raw | blame | history
src/components/basic-container/main.vue 78 ●●●● patch | view | raw | blame | history
src/components/map/plotMap.vue 80 ●●●●● patch | view | raw | blame | history
src/views/mapPattern/index.vue 2 ●●● patch | view | raw | blame | history
src/views/stockrecord/stockrecord.vue 538 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
package.json
@@ -1,72 +1,72 @@
{
    "name": "saber-admin",
    "version": "2.9.1",
    "private": true,
    "scripts": {
        "serve": "vue-cli-service serve",
        "build": "vue-cli-service build",
        "lint": "vue-cli-service lint",
        "analyz": "npm_config_report=true npm run build",
        "test:unit": "vue-cli-service test:unit",
        "test:e2e": "vue-cli-service test:e2e"
    },
    "dependencies": {
        "@dvgis/dc-sdk": "^2.15.0",
        "avue-plugin-map": "^1.0.1",
        "avue-plugin-ueditor": "^0.1.4",
        "axios": "^0.18.0",
        "babel-polyfill": "^6.26.0",
        "classlist-polyfill": "^1.2.0",
        "crypto-js": "^4.0.0",
        "dom-to-image": "^2.6.0",
        "echarts": "^5.0.2",
        "element-china-area-data": "^5.0.2",
        "element-ui": "^2.15.6",
        "jquery": "^3.6.0",
        "js-base64": "^2.5.1",
        "js-cookie": "^2.2.0",
        "js-md5": "^0.7.3",
        "leaflet": "^1.8.0",
        "mockjs": "^1.0.1-beta3",
        "node-gyp": "^5.0.6",
        "nprogress": "^0.2.0",
        "ol": "^6.5.0",
        "olcs": "^2.12.0",
        "portfinder": "^1.0.23",
        "save": "^2.5.0",
        "script-loader": "^0.7.2",
        "vue": "^2.6.10",
        "vue-axios": "^2.1.2",
        "vue-i18n": "^8.7.0",
        "vue-router": "^3.0.1",
        "vuex": "^3.1.1"
    },
    "devDependencies": {
        "@vue/cli-plugin-babel": "^3.1.1",
        "@vue/cli-plugin-eslint": "^3.1.5",
        "@vue/cli-service": "^3.1.4",
        "chai": "^4.1.2",
        "node-sass": "^6.0.1",
        "sass-loader": "^10.0.5",
        "vue-template-compiler": "^2.5.17",
        "webpack-bundle-analyzer": "^3.0.3"
    },
    "lint-staged": {
        "*.js": [
            "vue-cli-service lint",
            "git add"
        ],
        "*.vue": [
            "vue-cli-service lint",
            "git add"
        ]
    },
    "description": "* BladeX是一个商业化软件,系列产品知识产权归**上海布雷德科技有限公司**独立所有\r * 您一旦开始复制、下载、安装或者使用本产品,即被视为完全理解并接受本协议的各项条款\r * 更多详情请看:[BladeX商业授权许可协议](/LICENSE)",
    "main": ".eslintrc.js",
    "repository": {
        "type": "git",
        "url": "http://guoshilong@s16s652780.51mypc.cn:49896/r/zhny_web.git"
    },
    "author": "",
    "license": "ISC"
  "name": "saber-admin",
  "version": "2.9.1",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "analyz": "npm_config_report=true npm run build",
    "test:unit": "vue-cli-service test:unit",
    "test:e2e": "vue-cli-service test:e2e"
  },
  "dependencies": {
    "@dvgis/dc-sdk": "^2.15.0",
    "avue-plugin-map": "^1.0.1",
    "avue-plugin-ueditor": "^0.1.4",
    "axios": "^0.18.0",
    "babel-polyfill": "^6.26.0",
    "classlist-polyfill": "^1.2.0",
    "crypto-js": "^4.0.0",
    "dom-to-image": "^2.6.0",
    "echarts": "^5.0.2",
    "element-china-area-data": "^5.0.2",
    "element-ui": "^2.15.6",
    "jquery": "^3.6.0",
    "js-base64": "^2.5.1",
    "js-cookie": "^2.2.0",
    "js-md5": "^0.7.3",
    "leaflet": "^1.8.0",
    "mockjs": "^1.0.1-beta3",
    "node-gyp": "^5.0.6",
    "nprogress": "^0.2.0",
    "ol": "^6.5.0",
    "olcs": "^2.12.0",
    "portfinder": "^1.0.23",
    "save": "^2.5.0",
    "script-loader": "^0.7.2",
    "vue": "^2.6.10",
    "vue-axios": "^2.1.2",
    "vue-i18n": "^8.7.0",
    "vue-router": "^3.0.1",
    "vuex": "^3.1.1"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.1.1",
    "@vue/cli-plugin-eslint": "^3.1.5",
    "@vue/cli-service": "^3.1.4",
    "chai": "^4.1.2",
    "node-sass": "^6.0.1",
    "sass-loader": "^10.0.5",
    "vue-template-compiler": "^2.5.17",
    "webpack-bundle-analyzer": "^3.0.3"
  },
  "lint-staged": {
    "*.js": [
      "vue-cli-service lint",
      "git add"
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "description": "* BladeX是一个商业化软件,系列产品知识产权归**上海布雷德科技有限公司**独立所有\r * 您一旦开始复制、下载、安装或者使用本产品,即被视为完全理解并接受本协议的各项条款\r * 更多详情请看:[BladeX商业授权许可协议](/LICENSE)",
  "main": ".eslintrc.js",
  "repository": {
    "type": "git",
    "url": "http://guoshilong@s16s652780.51mypc.cn:49896/r/zhny_web.git"
  },
  "author": "",
  "license": "ISC"
}
public/img/pzicon1.png
src/assets/region.js
New file
@@ -0,0 +1,2713 @@
export default {
    "displayFieldName": "NAME",
    "fieldAliases": {
        "OBJECTID": "OBJECTID",
        "PAC": "PAC",
        "NAME": "NAME",
        "市": "市",
        "现状数据绘制人": "现状数据绘制人",
        "Shape_Length": "Shape_Length",
        "Shape_Area": "Shape_Area"
    },
    "geometryType": "esriGeometryPolygon",
    "spatialReference": {
        "wkid": 4490,
        "latestWkid": 4490
    },
    "fields": [{
        "name": "OBJECTID",
        "type": "esriFieldTypeOID",
        "alias": "OBJECTID"
    },
    {
        "name": "PAC",
        "type": "esriFieldTypeInteger",
        "alias": "PAC"
    },
    {
        "name": "NAME",
        "type": "esriFieldTypeString",
        "alias": "NAME",
        "length": 60
    },
    {
        "name": "市",
        "type": "esriFieldTypeString",
        "alias": "市",
        "length": 50
    },
    {
        "name": "现状数据绘制人",
        "type": "esriFieldTypeString",
        "alias": "现状数据绘制人",
        "length": 50
    },
    {
        "name": "Shape_Length",
        "type": "esriFieldTypeDouble",
        "alias": "Shape_Length"
    },
    {
        "name": "Shape_Area",
        "type": "esriFieldTypeDouble",
        "alias": "Shape_Area"
    }
    ],
    "features": [{
        "attributes": {
            "OBJECTID": 1,
            "PAC": 361021,
            "NAME": "南城县",
            "市": "抚州市",
            "现状数据绘制人": null,
            "Shape_Length": 2.6759673002849476,
            "Shape_Area": 0.15640553392896572
        },
        "geometry": {
            "rings": [
                [
                    [
                        116.7943355396535,
                        27.779089634978732
                    ],
                    [
                        116.79345497027077,
                        27.776245254714809
                    ],
                    [
                        116.79741449997925,
                        27.772283214998424
                    ],
                    [
                        116.79761092000797,
                        27.771867829836538
                    ],
                    [
                        116.80386656998633,
                        27.774207950336688
                    ],
                    [
                        116.80393691495669,
                        27.774059160202114
                    ],
                    [
                        116.81209792977575,
                        27.773752709919677
                    ],
                    [
                        116.81425970482155,
                        27.773573820375589
                    ],
                    [
                        116.82122329481922,
                        27.768785020412395
                    ],
                    [
                        116.82210140455629,
                        27.762438240332585
                    ],
                    [
                        116.81801751479657,
                        27.759173325388701
                    ],
                    [
                        116.8140840150653,
                        27.756939875275066
                    ],
                    [
                        116.81282041542988,
                        27.756209989999093
                    ],
                    [
                        116.81229150974548,
                        27.753270810399613
                    ],
                    [
                        116.81211218492945,
                        27.751848809574938
                    ],
                    [
                        116.8126830547792,
                        27.745825989577781
                    ],
                    [
                        116.81298822532642,
                        27.744867080251595
                    ],
                    [
                        116.81481247491581,
                        27.744780325351769
                    ],
                    [
                        116.81773675005104,
                        27.744816565332258
                    ],
                    [
                        116.82107745985695,
                        27.745442815433648
                    ],
                    [
                        116.82826633991976,
                        27.736666319894823
                    ],
                    [
                        116.82944126999871,
                        27.735694095206384
                    ],
                    [
                        116.83110506524667,
                        27.735232545145891
                    ],
                    [
                        116.83283494987313,
                        27.735472420415931
                    ],
                    [
                        116.83708823503412,
                        27.738699179823357
                    ],
                    [
                        116.846569114673,
                        27.740254214660354
                    ],
                    [
                        116.85025863013175,
                        27.74057092530802
                    ],
                    [
                        116.85165313958078,
                        27.740614250147587
                    ],
                    [
                        116.85238101487198,
                        27.739771359660551
                    ],
                    [
                        116.85484919523424,
                        27.734773139968468
                    ],
                    [
                        116.85576108980251,
                        27.732549184897039
                    ],
                    [
                        116.8542762497492,
                        27.731531885288348
                    ],
                    [
                        116.85391868020304,
                        27.730923520004524
                    ],
                    [
                        116.85381086497955,
                        27.729934794555163
                    ],
                    [
                        116.85402832464752,
                        27.724530494986425
                    ],
                    [
                        116.85433939474729,
                        27.720562115049631
                    ],
                    [
                        116.85513519043673,
                        27.71916141466761
                    ],
                    [
                        116.85557125011314,
                        27.718873469734888
                    ],
                    [
                        116.86458012507273,
                        27.718600670284729
                    ],
                    [
                        116.87088142014147,
                        27.720395164904971
                    ],
                    [
                        116.87216828523822,
                        27.720826094848462
                    ],
                    [
                        116.8807214503347,
                        27.716637329749005
                    ],
                    [
                        116.87746437478108,
                        27.707623850260518
                    ],
                    [
                        116.87693317492619,
                        27.698682730223879
                    ],
                    [
                        116.87664916542667,
                        27.69200831992805
                    ],
                    [
                        116.87481153482452,
                        27.684910349632958
                    ],
                    [
                        116.87245982476122,
                        27.682324969621675
                    ],
                    [
                        116.86800897473449,
                        27.680986460057113
                    ],
                    [
                        116.86653352540191,
                        27.68097117517965
                    ],
                    [
                        116.85124551017225,
                        27.68109814956
                    ],
                    [
                        116.85056362531111,
                        27.683091729799514
                    ],
                    [
                        116.84806473489971,
                        27.686859204788504
                    ],
                    [
                        116.83584684505593,
                        27.689227560403651
                    ],
                    [
                        116.83136496032478,
                        27.68723278496509
                    ],
                    [
                        116.8290277896009,
                        27.686189199971636
                    ],
                    [
                        116.82810749536463,
                        27.684981430248854
                    ],
                    [
                        116.83236924494474,
                        27.683613570409989
                    ],
                    [
                        116.83120764012051,
                        27.67563568004266
                    ],
                    [
                        116.83052827965639,
                        27.668710949750562
                    ],
                    [
                        116.83151656533732,
                        27.666014075389342
                    ],
                    [
                        116.83182052539701,
                        27.665320824896185
                    ],
                    [
                        116.83424504007655,
                        27.659854464911689
                    ],
                    [
                        116.834457055249,
                        27.659628295309631
                    ],
                    [
                        116.8358034797468,
                        27.659557015044243
                    ],
                    [
                        116.83653632469168,
                        27.658954159906614
                    ],
                    [
                        116.83988669501502,
                        27.653979114844333
                    ],
                    [
                        116.84043716014685,
                        27.652537339726507
                    ],
                    [
                        116.84074896499283,
                        27.650447684912763
                    ],
                    [
                        116.840307280057,
                        27.649298390008767
                    ],
                    [
                        116.83444462032298,
                        27.638989984799991
                    ],
                    [
                        116.83068908473354,
                        27.6332104098326
                    ],
                    [
                        116.83222600002989,
                        27.626666480373842
                    ],
                    [
                        116.8339484949272,
                        27.626542540306048
                    ],
                    [
                        116.8394876802123,
                        27.62526979456544
                    ],
                    [
                        116.84138248521356,
                        27.620187265230129
                    ],
                    [
                        116.84152194038529,
                        27.618984420194863
                    ],
                    [
                        116.84067607494092,
                        27.617867865109929
                    ],
                    [
                        116.83910934532014,
                        27.617187310346139
                    ],
                    [
                        116.83740066490884,
                        27.615975099771106
                    ],
                    [
                        116.83187257995564,
                        27.607254790276386
                    ],
                    [
                        116.83109290011726,
                        27.605104104770646
                    ],
                    [
                        116.83094753010448,
                        27.603950789897112
                    ],
                    [
                        116.83334255961154,
                        27.602786305443715
                    ],
                    [
                        116.83538622489448,
                        27.603353649951032
                    ],
                    [
                        116.84077936477593,
                        27.606323939798017
                    ],
                    [
                        116.85006934982073,
                        27.612692829710397
                    ],
                    [
                        116.85179892957694,
                        27.614023925264007
                    ],
                    [
                        116.85638674455265,
                        27.618163754653608
                    ],
                    [
                        116.85739240513544,
                        27.619133210329437
                    ],
                    [
                        116.858966785289,
                        27.622005344571051
                    ],
                    [
                        116.86027664964774,
                        27.622918330016944
                    ],
                    [
                        116.86123837025468,
                        27.623230935259528
                    ],
                    [
                        116.86369984527175,
                        27.623285019588025
                    ],
                    [
                        116.86609118486035,
                        27.623128079797084
                    ],
                    [
                        116.86833358502702,
                        27.622132259596128
                    ],
                    [
                        116.86945015540039,
                        27.620921950187892
                    ],
                    [
                        116.86989165507589,
                        27.620295745052658
                    ],
                    [
                        116.87011177044189,
                        27.614764894684185
                    ],
                    [
                        116.86995902508897,
                        27.612126870158988
                    ],
                    [
                        116.87010300025327,
                        27.608319465271165
                    ],
                    [
                        116.87139060009622,
                        27.606373249625847
                    ],
                    [
                        116.8788438799412,
                        27.60163297977823
                    ],
                    [
                        116.89302880023899,
                        27.595170715056497
                    ],
                    [
                        116.89748263511558,
                        27.593356314842083
                    ],
                    [
                        116.90303521040664,
                        27.591022784573909
                    ],
                    [
                        116.90389285517119,
                        27.590488890350059
                    ],
                    [
                        116.90430539038152,
                        27.589684989970351
                    ],
                    [
                        116.90314029528849,
                        27.585691179904074
                    ],
                    [
                        116.90307294955699,
                        27.580259874593594
                    ],
                    [
                        116.90374412978781,
                        27.578503200062698
                    ],
                    [
                        116.90597386480204,
                        27.576536114749956
                    ],
                    [
                        116.90659909956889,
                        27.575168555284677
                    ],
                    [
                        116.90522302532247,
                        27.573843344894499
                    ],
                    [
                        116.89972249020082,
                        27.57129666990545
                    ],
                    [
                        116.89415506980072,
                        27.568381475224953
                    ],
                    [
                        116.89330676989152,
                        27.567431894566312
                    ],
                    [
                        116.89367745515051,
                        27.565690010285778
                    ],
                    [
                        116.89348744998586,
                        27.563148549565938
                    ],
                    [
                        116.89282821994641,
                        27.56175592959255
                    ],
                    [
                        116.88925175016823,
                        27.56049907037584
                    ],
                    [
                        116.88439984477702,
                        27.56084463037547
                    ],
                    [
                        116.87936374024446,
                        27.56209818458359
                    ],
                    [
                        116.87824661498939,
                        27.562980254934871
                    ],
                    [
                        116.87584917529921,
                        27.563014719653665
                    ],
                    [
                        116.86857080999494,
                        27.559395794680256
                    ],
                    [
                        116.86689754488589,
                        27.557496109957583
                    ],
                    [
                        116.86439936493878,
                        27.554585679885292
                    ],
                    [
                        116.86447803493343,
                        27.554083459783897
                    ],
                    [
                        116.86750865490058,
                        27.55026032485415
                    ],
                    [
                        116.86570320473913,
                        27.546957564639968
                    ],
                    [
                        116.86474763459569,
                        27.545407344773196
                    ],
                    [
                        116.86390673520771,
                        27.543073079758869
                    ],
                    [
                        116.86486246543052,
                        27.539822080025033
                    ],
                    [
                        116.86694445981902,
                        27.535930354702145
                    ],
                    [
                        116.87384427978975,
                        27.528148825008316
                    ],
                    [
                        116.87420175490718,
                        27.527945480199776
                    ],
                    [
                        116.88828861492766,
                        27.521030559712585
                    ],
                    [
                        116.89779792033778,
                        27.523608110226178
                    ],
                    [
                        116.90719076983817,
                        27.526541814752989
                    ],
                    [
                        116.9139329053794,
                        27.529129665201935
                    ],
                    [
                        116.91781348000814,
                        27.528661259609521
                    ],
                    [
                        116.92114854476961,
                        27.528470769710282
                    ],
                    [
                        116.92432520474449,
                        27.528464690293276
                    ],
                    [
                        116.92555525966759,
                        27.528561659692912
                    ],
                    [
                        116.92741519975175,
                        27.529284210098297
                    ],
                    [
                        116.92901133990142,
                        27.530566065071923
                    ],
                    [
                        116.93189707998636,
                        27.531751994758793
                    ],
                    [
                        116.93343557988817,
                        27.532177404663571
                    ],
                    [
                        116.93766789016104,
                        27.531099890047926
                    ],
                    [
                        116.93770210486832,
                        27.529488674562742
                    ],
                    [
                        116.93639829024892,
                        27.528419320395358
                    ],
                    [
                        116.93384278481676,
                        27.525331355157959
                    ],
                    [
                        116.93332189478963,
                        27.522121024565706
                    ],
                    [
                        116.9336070752064,
                        27.520443770063991
                    ],
                    [
                        116.9354212703754,
                        27.51895136041702
                    ],
                    [
                        116.9364854903132,
                        27.515363775018272
                    ],
                    [
                        116.93544911518461,
                        27.513346869962106
                    ],
                    [
                        116.93124297967984,
                        27.510368130085169
                    ],
                    [
                        116.92969880505586,
                        27.507604990078278
                    ],
                    [
                        116.92985019513048,
                        27.505793384956803
                    ],
                    [
                        116.93264951036667,
                        27.50441970470564
                    ],
                    [
                        116.93408149456536,
                        27.501134555015767
                    ],
                    [
                        116.9333906299737,
                        27.498243175282369
                    ],
                    [
                        116.93189299526557,
                        27.495852145060496
                    ],
                    [
                        116.93176668008823,
                        27.494727829725605
                    ],
                    [
                        116.93437038468562,
                        27.492080314654856
                    ],
                    [
                        116.94285696038048,
                        27.484867300385645
                    ],
                    [
                        116.95324258497737,
                        27.483030564608896
                    ],
                    [
                        116.95875842026499,
                        27.478037525011814
                    ],
                    [
                        116.95620759040798,
                        27.478271730056349
                    ],
                    [
                        116.95465382541374,
                        27.477941220211221
                    ],
                    [
                        116.94059288475387,
                        27.47422385544661
                    ],
                    [
                        116.93770283961442,
                        27.470942300346962
                    ],
                    [
                        116.93576378976718,
                        27.470110869920745
                    ],
                    [
                        116.93248484989601,
                        27.46932466010503
                    ],
                    [
                        116.92734034468117,
                        27.46714461533179
                    ],
                    [
                        116.92684163463377,
                        27.466210899613372
                    ],
                    [
                        116.92467082499866,
                        27.460668844591567
                    ],
                    [
                        116.92422949529498,
                        27.457994439791605
                    ],
                    [
                        116.92331461497758,
                        27.449534855449258
                    ],
                    [
                        116.92361124466322,
                        27.448055170309885
                    ],
                    [
                        116.92544621956745,
                        27.444011914618216
                    ],
                    [
                        116.92741253506051,
                        27.440174690009997
                    ],
                    [
                        116.93030023476808,
                        27.437046839839866
                    ],
                    [
                        116.92557011466909,
                        27.434545055410013
                    ],
                    [
                        116.92433739505475,
                        27.433967359705946
                    ],
                    [
                        116.92367170518514,
                        27.432685940004205
                    ],
                    [
                        116.9276530596411,
                        27.427245174725101
                    ],
                    [
                        116.92270098506242,
                        27.413922004596884
                    ],
                    [
                        116.92070120489677,
                        27.413972780319625
                    ],
                    [
                        116.91882448975844,
                        27.41395773016518
                    ],
                    [
                        116.91760084520286,
                        27.413448224655895
                    ],
                    [
                        116.91542231039136,
                        27.412168740295158
                    ],
                    [
                        116.91518275527994,
                        27.411782444604171
                    ],
                    [
                        116.9166129147543,
                        27.410310775122241
                    ],
                    [
                        116.91792280519337,
                        27.409409339669367
                    ],
                    [
                        116.91915007491605,
                        27.408795580251876
                    ],
                    [
                        116.92240293984389,
                        27.408006429653085
                    ],
                    [
                        116.92319650521461,
                        27.408172219672224
                    ],
                    [
                        116.9245752549441,
                        27.409319250083399
                    ],
                    [
                        116.92630281032655,
                        27.409338050410724
                    ],
                    [
                        116.92995681965158,
                        27.408054359920811
                    ],
                    [
                        116.93053409537231,
                        27.407063744995867
                    ],
                    [
                        116.93571416967325,
                        27.39657086455378
                    ],
                    [
                        116.93768791536502,
                        27.386180030184278
                    ],
                    [
                        116.93684566969193,
                        27.383188795126841
                    ],
                    [
                        116.93548003477588,
                        27.381337979564137
                    ],
                    [
                        116.93103506002012,
                        27.378950739984703
                    ],
                    [
                        116.92549963030376,
                        27.376006630301788
                    ],
                    [
                        116.91591765517569,
                        27.369458840053483
                    ],
                    [
                        116.91455978500619,
                        27.36830196476393
                    ],
                    [
                        116.91390856522821,
                        27.365694070225231
                    ],
                    [
                        116.91440428502983,
                        27.363994974788284
                    ],
                    [
                        116.91529957001922,
                        27.362798850386696
                    ],
                    [
                        116.91566208493737,
                        27.361010099736347
                    ],
                    [
                        116.91523512010474,
                        27.360212550368942
                    ],
                    [
                        116.914682625203,
                        27.359986270150273
                    ],
                    [
                        116.90754314040362,
                        27.357777220442415
                    ],
                    [
                        116.89710852973496,
                        27.355774364595277
                    ],
                    [
                        116.89580761542913,
                        27.355569240028444
                    ],
                    [
                        116.8939860449201,
                        27.355804914565226
                    ],
                    [
                        116.89240059501151,
                        27.357104259553978
                    ],
                    [
                        116.88413208962425,
                        27.367744834756365
                    ],
                    [
                        116.88352615520796,
                        27.36880787478367
                    ],
                    [
                        116.87874088508386,
                        27.385270759837738
                    ],
                    [
                        116.87875348458567,
                        27.386278700201899
                    ],
                    [
                        116.87934419527846,
                        27.390142589708773
                    ],
                    [
                        116.87168917501549,
                        27.393223345081367
                    ],
                    [
                        116.87057287533798,
                        27.39325315041259
                    ],
                    [
                        116.86840205041437,
                        27.393237260291357
                    ],
                    [
                        116.86493122489617,
                        27.393228185232601
                    ],
                    [
                        116.86433027991859,
                        27.393473989732911
                    ],
                    [
                        116.86048232459962,
                        27.396426359688803
                    ],
                    [
                        116.86044158531092,
                        27.397676554929092
                    ],
                    [
                        116.8613904051432,
                        27.399222119904948
                    ],
                    [
                        116.86149108514553,
                        27.400013829974341
                    ],
                    [
                        116.85422522491422,
                        27.403361635431168
                    ],
                    [
                        116.8459782097267,
                        27.405201310192354
                    ],
                    [
                        116.84149199026319,
                        27.40912972965333
                    ],
                    [
                        116.83929686026192,
                        27.411074535161731
                    ],
                    [
                        116.83721977976904,
                        27.412932029989236
                    ],
                    [
                        116.83734875514097,
                        27.413365825172718
                    ],
                    [
                        116.83400584019739,
                        27.418695210315775
                    ],
                    [
                        116.82567892024599,
                        27.424258865254501
                    ],
                    [
                        116.82396913456796,
                        27.425150704941132
                    ],
                    [
                        116.81878913041407,
                        27.426633370433763
                    ],
                    [
                        116.81437731995743,
                        27.427353624869966
                    ],
                    [
                        116.81096843524517,
                        27.427386079603934
                    ],
                    [
                        116.80724824481069,
                        27.426950654848895
                    ],
                    [
                        116.80201653503514,
                        27.426145204937313
                    ],
                    [
                        116.80062080520611,
                        27.424666095364046
                    ],
                    [
                        116.79955620485498,
                        27.420953905298518
                    ],
                    [
                        116.79816141032086,
                        27.420847660291315
                    ],
                    [
                        116.7943203546007,
                        27.422111875063024
                    ],
                    [
                        116.79107371028351,
                        27.425733720135099
                    ],
                    [
                        116.78687870029182,
                        27.427841105082962
                    ],
                    [
                        116.7860807453302,
                        27.418511840349197
                    ],
                    [
                        116.78527443476742,
                        27.415312090280793
                    ],
                    [
                        116.78280551516241,
                        27.414397354754158
                    ],
                    [
                        116.78147616519288,
                        27.414073634790441
                    ],
                    [
                        116.77997485495564,
                        27.415036809601133
                    ],
                    [
                        116.77927132970819,
                        27.415119600289358
                    ],
                    [
                        116.77601495472641,
                        27.412606649877034
                    ],
                    [
                        116.77313941025568,
                        27.410049585020374
                    ],
                    [
                        116.77240051467209,
                        27.409013830423987
                    ],
                    [
                        116.77305127489649,
                        27.407474489656011
                    ],
                    [
                        116.7729293151358,
                        27.405269600211909
                    ],
                    [
                        116.7661685546351,
                        27.399330345219312
                    ],
                    [
                        116.76307059523185,
                        27.399553399569811
                    ],
                    [
                        116.75972279966754,
                        27.402836180445433
                    ],
                    [
                        116.75881793509973,
                        27.404682504793811
                    ],
                    [
                        116.75642869003207,
                        27.40657895465506
                    ],
                    [
                        116.75334181027642,
                        27.407728604791316
                    ],
                    [
                        116.74708134532784,
                        27.408937975307367
                    ],
                    [
                        116.73942861024227,
                        27.401133235010832
                    ],
                    [
                        116.73965181477945,
                        27.399222029972748
                    ],
                    [
                        116.74065762015312,
                        27.397912949822853
                    ],
                    [
                        116.74134123530985,
                        27.397682965296667
                    ],
                    [
                        116.74154049539766,
                        27.395920380421273
                    ],
                    [
                        116.74155493041576,
                        27.392721275166764
                    ],
                    [
                        116.7400498304354,
                        27.389238090265678
                    ],
                    [
                        116.73616031474683,
                        27.387354190443602
                    ],
                    [
                        116.73347234996902,
                        27.386705954616161
                    ],
                    [
                        116.72727377006845,
                        27.385724430038465
                    ],
                    [
                        116.71981190979182,
                        27.384204295192148
                    ],
                    [
                        116.71958315463894,
                        27.384040804739413
                    ],
                    [
                        116.7183555449725,
                        27.381847215276821
                    ],
                    [
                        116.7182318252386,
                        27.380443575011043
                    ],
                    [
                        116.71896571969228,
                        27.378212964956447
                    ],
                    [
                        116.72190927988947,
                        27.371671219950883
                    ],
                    [
                        116.72398439536357,
                        27.368159920444043
                    ],
                    [
                        116.72511623532603,
                        27.367534454551503
                    ],
                    [
                        116.7274048948201,
                        27.367064420286795
                    ],
                    [
                        116.73057279000227,
                        27.364138629793956
                    ],
                    [
                        116.72925808998889,
                        27.360286765122169
                    ],
                    [
                        116.72634495475597,
                        27.356222754876285
                    ],
                    [
                        116.72635156027638,
                        27.355892520223676
                    ],
                    [
                        116.72744944993224,
                        27.354242419851857
                    ],
                    [
                        116.72990136515591,
                        27.352752725258142
                    ],
                    [
                        116.73955642998533,
                        27.347383230351852
                    ],
                    [
                        116.74273754520163,
                        27.347746015066605
                    ],
                    [
                        116.74352098960208,
                        27.348746125033699
                    ],
                    [
                        116.74433845985209,
                        27.34913715025931
                    ],
                    [
                        116.74478653986694,
                        27.348897644610645
                    ],
                    [
                        116.74524710966648,
                        27.347824515089371
                    ],
                    [
                        116.74520036470517,
                        27.347193500379774
                    ],
                    [
                        116.74444725983324,
                        27.345602364957244
                    ],
                    [
                        116.74115417992152,
                        27.342379389896962
                    ],
                    [
                        116.73732695037847,
                        27.33963873024328
                    ],
                    [
                        116.73416047522585,
                        27.339246544892205
                    ],
                    [
                        116.73001592529477,
                        27.333394175201079
                    ],
                    [
                        116.72870424970142,
                        27.333576555014076
                    ],
                    [
                        116.72388694033009,
                        27.335157799692752
                    ],
                    [
                        116.72121488455934,
                        27.336397134720016
                    ],
                    [
                        116.72144307493807,
                        27.337743960315549
                    ],
                    [
                        116.72127600518354,
                        27.338414605449714
                    ],
                    [
                        116.72091370520343,
                        27.339370840192146
                    ],
                    [
                        116.72054085527634,
                        27.340267195374793
                    ],
                    [
                        116.71610526494612,
                        27.345865184630611
                    ],
                    [
                        116.7043773752157,
                        27.349153650120911
                    ],
                    [
                        116.69604347472659,
                        27.353621099833958
                    ],
                    [
                        116.69350237013828,
                        27.354266615212168
                    ],
                    [
                        116.68238526486812,
                        27.354100870159073
                    ],
                    [
                        116.67699817022947,
                        27.352556379873079
                    ],
                    [
                        116.67310406979709,
                        27.349311425382041
                    ],
                    [
                        116.665460870223,
                        27.340915475269014
                    ],
                    [
                        116.66139824043648,
                        27.335335649620561
                    ],
                    [
                        116.65882502015859,
                        27.331383739867761
                    ],
                    [
                        116.65009291515594,
                        27.32661670979337
                    ],
                    [
                        116.64850267006227,
                        27.326573445208396
                    ],
                    [
                        116.64355991965465,
                        27.328579165396206
                    ],
                    [
                        116.64300903543869,
                        27.329921444918796
                    ],
                    [
                        116.64239258974624,
                        27.330089350143453
                    ],
                    [
                        116.63859998500141,
                        27.328994045139098
                    ],
                    [
                        116.63488191966496,
                        27.327654424911827
                    ],
                    [
                        116.6326245952489,
                        27.321038154886992
                    ],
                    [
                        116.63150894488194,
                        27.316988964569134
                    ],
                    [
                        116.6292140449923,
                        27.314537980143712
                    ],
                    [
                        116.62585329469391,
                        27.311972830381876
                    ],
                    [
                        116.62062049494,
                        27.310060315031592
                    ],
                    [
                        116.61157754466797,
                        27.307693494559203
                    ],
                    [
                        116.6099914103753,
                        27.30796357535877
                    ],
                    [
                        116.60859042041159,
                        27.30832860028471
                    ],
                    [
                        116.60645933473063,
                        27.309024715118539
                    ],
                    [
                        116.59678154493247,
                        27.312781349679597
                    ],
                    [
                        116.59416144029831,
                        27.317998199957003
                    ],
                    [
                        116.59454774498249,
                        27.318457910004611
                    ],
                    [
                        116.59389438032144,
                        27.321940809820546
                    ],
                    [
                        116.58889273960835,
                        27.326694565002242
                    ],
                    [
                        116.58540295997864,
                        27.329631679758279
                    ],
                    [
                        116.5783897004244,
                        27.333052754780852
                    ],
                    [
                        116.57427280464628,
                        27.33420508489678
                    ],
                    [
                        116.5730940704351,
                        27.334863525331457
                    ],
                    [
                        116.57174231475608,
                        27.336517025140665
                    ],
                    [
                        116.5663598597198,
                        27.343581775378709
                    ],
                    [
                        116.56530463480112,
                        27.345406980048153
                    ],
                    [
                        116.56531366039712,
                        27.346444404685599
                    ],
                    [
                        116.56275292001135,
                        27.349594690242839
                    ],
                    [
                        116.56155368485474,
                        27.350807460196165
                    ],
                    [
                        116.55838373022505,
                        27.351106045008009
                    ],
                    [
                        116.55582770498461,
                        27.350899075032316
                    ],
                    [
                        116.55225983991977,
                        27.349608695385029
                    ],
                    [
                        116.55251451982929,
                        27.344993239746259
                    ],
                    [
                        116.54948148967901,
                        27.340752705173259
                    ],
                    [
                        116.54736588043113,
                        27.339336624585599
                    ],
                    [
                        116.54234278998786,
                        27.33741525540978
                    ],
                    [
                        116.54139055992641,
                        27.336048144706183
                    ],
                    [
                        116.54157601991744,
                        27.333286055107408
                    ],
                    [
                        116.54243657039149,
                        27.331650080386964
                    ],
                    [
                        116.55120727969222,
                        27.322282334562146
                    ],
                    [
                        116.55743664968168,
                        27.317364575414899
                    ],
                    [
                        116.55776996001566,
                        27.316639110306767
                    ],
                    [
                        116.55728708972742,
                        27.314542174581732
                    ],
                    [
                        116.55634325483743,
                        27.3129708898947
                    ],
                    [
                        116.54774597979315,
                        27.304763290193762
                    ],
                    [
                        116.54034989503168,
                        27.300730564663866
                    ],
                    [
                        116.5345985695684,
                        27.302194824631499
                    ],
                    [
                        116.53184970989628,
                        27.302852429595987
                    ],
                    [
                        116.53023073955706,
                        27.30269556984473
                    ],
                    [
                        116.52866517455823,
                        27.301760360352375
                    ],
                    [
                        116.52595009522076,
                        27.299852349706214
                    ],
                    [
                        116.52590593041441,
                        27.299463175285382
                    ],
                    [
                        116.52646351457963,
                        27.298772745066174
                    ],
                    [
                        116.52590330529335,
                        27.297331114739222
                    ],
                    [
                        116.52325746026361,
                        27.29536628492616
                    ],
                    [
                        116.52129891491302,
                        27.295489924620369
                    ],
                    [
                        116.51622723499895,
                        27.296779430126662
                    ],
                    [
                        116.51126396026359,
                        27.298488449582351
                    ],
                    [
                        116.50312361006661,
                        27.298452705128284
                    ],
                    [
                        116.50069152039737,
                        27.29767828992118
                    ],
                    [
                        116.49710476956955,
                        27.296378255152376
                    ],
                    [
                        116.49535213029662,
                        27.295439460063108
                    ],
                    [
                        116.49450112522686,
                        27.294213720087157
                    ],
                    [
                        116.49395940510249,
                        27.292296739602875
                    ],
                    [
                        116.4961719648644,
                        27.289869874994793
                    ],
                    [
                        116.4925536649198,
                        27.286144665443999
                    ],
                    [
                        116.48899529040034,
                        27.285319139966361
                    ],
                    [
                        116.48393182039729,
                        27.284640759763306
                    ],
                    [
                        116.47626235972018,
                        27.285973355386091
                    ],
                    [
                        116.4758036146452,
                        27.28646375479849
                    ],
                    [
                        116.47398162505203,
                        27.29219177972692
                    ],
                    [
                        116.47010142993713,
                        27.299380544676467
                    ],
                    [
                        116.46751630982988,
                        27.298975085331961
                    ],
                    [
                        116.46147681999935,
                        27.300109970398864
                    ],
                    [
                        116.45419020521388,
                        27.301982980330308
                    ],
                    [
                        116.45403629973555,
                        27.30223552524933
                    ],
                    [
                        116.45171684475667,
                        27.304051484888191
                    ],
                    [
                        116.44847976023277,
                        27.306298610092824
                    ],
                    [
                        116.44007347511081,
                        27.309781105213858
                    ],
                    [
                        116.42997003978553,
                        27.315172209929585
                    ],
                    [
                        116.42933824986039,
                        27.315790295086117
                    ],
                    [
                        116.42821864517441,
                        27.316679804629359
                    ],
                    [
                        116.42540507478441,
                        27.318736875206696
                    ],
                    [
                        116.420763510028,
                        27.321106614878431
                    ],
                    [
                        116.42035856959239,
                        27.321097494853575
                    ],
                    [
                        116.41763529023649,
                        27.31939031990737
                    ],
                    [
                        116.41052486972706,
                        27.317884919553421
                    ],
                    [
                        116.40942664012744,
                        27.318191869858936
                    ],
                    [
                        116.40814090008257,
                        27.31960340976957
                    ],
                    [
                        116.40727554992679,
                        27.31989295999216
                    ],
                    [
                        116.40475709476414,
                        27.320004760111658
                    ],
                    [
                        116.4023522653448,
                        27.31982664488379
                    ],
                    [
                        116.40035757983856,
                        27.319435705093781
                    ],
                    [
                        116.39790808019382,
                        27.318550665181078
                    ],
                    [
                        116.39693581503593,
                        27.319823650141416
                    ],
                    [
                        116.39554575992895,
                        27.322770789640288
                    ],
                    [
                        116.39563804476006,
                        27.325009720222454
                    ],
                    [
                        116.39853794467047,
                        27.327247120158518
                    ],
                    [
                        116.4001353303812,
                        27.328993529827585
                    ],
                    [
                        116.40182744528045,
                        27.332034740211157
                    ],
                    [
                        116.40245698510182,
                        27.334100099839759
                    ],
                    [
                        116.40372384028308,
                        27.336547430319683
                    ],
                    [
                        116.40555430508721,
                        27.337547370314951
                    ],
                    [
                        116.40974108538285,
                        27.338835939626961
                    ],
                    [
                        116.41113075018404,
                        27.34022737968985
                    ],
                    [
                        116.41120659990474,
                        27.340669165349766
                    ],
                    [
                        116.40997806033931,
                        27.342309234683512
                    ],
                    [
                        116.40867546969719,
                        27.343489184778093
                    ],
                    [
                        116.40770180519416,
                        27.344047634990432
                    ],
                    [
                        116.40735126474908,
                        27.346169745437464
                    ],
                    [
                        116.4084415902073,
                        27.349899560416418
                    ],
                    [
                        116.40973590978444,
                        27.353098820354319
                    ],
                    [
                        116.41002790976029,
                        27.353751165184178
                    ],
                    [
                        116.41154997005515,
                        27.354793760024052
                    ],
                    [
                        116.41336561493119,
                        27.356966155164002
                    ],
                    [
                        116.41560130525613,
                        27.359754569717666
                    ],
                    [
                        116.41550114955851,
                        27.360269165389695
                    ],
                    [
                        116.41421350474945,
                        27.36182619042637
                    ],
                    [
                        116.41277998990472,
                        27.362580944654951
                    ],
                    [
                        116.41152901495218,
                        27.364483154673906
                    ],
                    [
                        116.41148860031876,
                        27.365506274694894
                    ],
                    [
                        116.41281365512612,
                        27.36705011027442
                    ],
                    [
                        116.41709812967497,
                        27.370674424884839
                    ],
                    [
                        116.4180148895756,
                        27.373746904695963
                    ],
                    [
                        116.41894613485636,
                        27.377927315093586
                    ],
                    [
                        116.42074971982379,
                        27.392755759670649
                    ],
                    [
                        116.41954394479728,
                        27.393596509771157
                    ],
                    [
                        116.41698863541728,
                        27.394330815215028
                    ],
                    [
                        116.41523958533867,
                        27.393570809845073
                    ],
                    [
                        116.41156626487134,
                        27.393424390323389
                    ],
                    [
                        116.4108334846776,
                        27.39440711999265
                    ],
                    [
                        116.41056785462285,
                        27.395512734824877
                    ],
                    [
                        116.40964590023816,
                        27.400425859765676
                    ],
                    [
                        116.41242702488739,
                        27.410771200130853
                    ],
                    [
                        116.41380325021987,
                        27.4158036003559
                    ],
                    [
                        116.41921574531045,
                        27.430645384576906
                    ],
                    [
                        116.4208493152438,
                        27.432973255411468
                    ],
                    [
                        116.42221321536761,
                        27.433217874605305
                    ],
                    [
                        116.4246571751886,
                        27.434163470367935
                    ],
                    [
                        116.42717999026445,
                        27.43760433497215
                    ],
                    [
                        116.42557330016768,
                        27.443492854711508
                    ],
                    [
                        116.42343205034888,
                        27.44546992519696
                    ],
                    [
                        116.42189178957449,
                        27.446744125141322
                    ],
                    [
                        116.4220099254178,
                        27.447403015237001
                    ],
                    [
                        116.42721592537475,
                        27.456304524634163
                    ],
                    [
                        116.43335692528194,
                        27.46121193528262
                    ],
                    [
                        116.43497220480344,
                        27.462501765444188
                    ],
                    [
                        116.44032707493466,
                        27.465803065159378
                    ],
                    [
                        116.44198829542358,
                        27.466320025149116
                    ],
                    [
                        116.44538730468048,
                        27.4666230346254
                    ],
                    [
                        116.44783778458611,
                        27.466760975338786
                    ],
                    [
                        116.44837828522975,
                        27.465978305254623
                    ],
                    [
                        116.44925470514056,
                        27.465907710272688
                    ],
                    [
                        116.45486609969078,
                        27.466445069584324
                    ],
                    [
                        116.45758446515106,
                        27.467351659951191
                    ],
                    [
                        116.46350543512779,
                        27.474408610369096
                    ],
                    [
                        116.46503689963322,
                        27.478795745227501
                    ],
                    [
                        116.4649874953767,
                        27.479833495419541
                    ],
                    [
                        116.46436333529971,
                        27.480868214896248
                    ],
                    [
                        116.46500271460366,
                        27.483383134823839
                    ],
                    [
                        116.46927248523707,
                        27.485987645213697
                    ],
                    [
                        116.47278504019755,
                        27.488039225429986
                    ],
                    [
                        116.47424087531624,
                        27.489750725215856
                    ],
                    [
                        116.47588477486249,
                        27.494835719592857
                    ],
                    [
                        116.47591624483891,
                        27.496678389995736
                    ],
                    [
                        116.47997459025521,
                        27.507504294787452
                    ],
                    [
                        116.48481387006416,
                        27.508211529738333
                    ],
                    [
                        116.49275642516898,
                        27.512278219963946
                    ],
                    [
                        116.4941858597897,
                        27.514061490145707
                    ],
                    [
                        116.49823332520782,
                        27.523357300099349
                    ],
                    [
                        116.49726711968185,
                        27.530940450141713
                    ],
                    [
                        116.49689952988945,
                        27.533235984952796
                    ],
                    [
                        116.49698699975033,
                        27.542325875338918
                    ],
                    [
                        116.49757848026275,
                        27.547410560349135
                    ],
                    [
                        116.50082193468461,
                        27.555784395233729
                    ],
                    [
                        116.50343227987582,
                        27.56160324989014
                    ],
                    [
                        116.50523017483272,
                        27.563946955087943
                    ],
                    [
                        116.50607394485678,
                        27.568218240179704
                    ],
                    [
                        116.50594430038916,
                        27.569601539579423
                    ],
                    [
                        116.50611830481603,
                        27.571626749874667
                    ],
                    [
                        116.5095333300992,
                        27.574178214652932
                    ],
                    [
                        116.51288998488496,
                        27.576805129852914
                    ],
                    [
                        116.51802521988805,
                        27.583989614928839
                    ],
                    [
                        116.51837116479749,
                        27.585936880083011
                    ],
                    [
                        116.51806755457403,
                        27.587027190252684
                    ],
                    [
                        116.51516274526455,
                        27.592961654556746
                    ],
                    [
                        116.51279387973386,
                        27.594246380166339
                    ],
                    [
                        116.51057418025425,
                        27.595852984827445
                    ],
                    [
                        116.509240929925,
                        27.597373474906021
                    ],
                    [
                        116.50759417503116,
                        27.599813330221082
                    ],
                    [
                        116.50756305489108,
                        27.600166014649915
                    ],
                    [
                        116.52103781474341,
                        27.618508329895576
                    ],
                    [
                        116.52591236506362,
                        27.623306759799164
                    ],
                    [
                        116.52721265973651,
                        27.624176184783153
                    ],
                    [
                        116.52851385013412,
                        27.624528715427914
                    ],
                    [
                        116.52862530041739,
                        27.624827400064532
                    ],
                    [
                        116.52858264017675,
                        27.628858655202805
                    ],
                    [
                        116.52649802516385,
                        27.632064619586572
                    ],
                    [
                        116.52478877458236,
                        27.634077555035162
                    ],
                    [
                        116.51476356498665,
                        27.645053050358058
                    ],
                    [
                        116.50227251506453,
                        27.653091615285859
                    ],
                    [
                        116.49897113530972,
                        27.654226574996471
                    ],
                    [
                        116.49697691025631,
                        27.654127260164955
                    ],
                    [
                        116.49269561031417,
                        27.656619724920404
                    ],
                    [
                        116.48983118955778,
                        27.663908644668254
                    ],
                    [
                        116.48986721460028,
                        27.668175120185708
                    ],
                    [
                        116.49108500456941,
                        27.671654455089083
                    ],
                    [
                        116.49278430505171,
                        27.674420294860795
                    ],
                    [
                        116.49395028507763,
                        27.675676395049663
                    ],
                    [
                        116.4955774401468,
                        27.679098130174623
                    ],
                    [
                        116.49329484028476,
                        27.682238435055808
                    ],
                    [
                        116.49137304033366,
                        27.682888535177824
                    ],
                    [
                        116.49068151474023,
                        27.685513040194678
                    ],
                    [
                        116.49105290956413,
                        27.686598410388399
                    ],
                    [
                        116.49754677016733,
                        27.694095200333265
                    ],
                    [
                        116.49983739018342,
                        27.696041899813849
                    ],
                    [
                        116.50080615967659,
                        27.696404785252696
                    ],
                    [
                        116.50403018964164,
                        27.695970480153562
                    ],
                    [
                        116.50809563520545,
                        27.69764833989899
                    ],
                    [
                        116.5103887751219,
                        27.700213229756798
                    ],
                    [
                        116.51394408025521,
                        27.702604414662062
                    ],
                    [
                        116.51624162505107,
                        27.703916819605581
                    ],
                    [
                        116.51801926997337,
                        27.704836440249551
                    ],
                    [
                        116.52104738532864,
                        27.705873175107001
                    ],
                    [
                        116.52276393031116,
                        27.710890544962751
                    ],
                    [
                        116.5231141002356,
                        27.713001984953678
                    ],
                    [
                        116.52253810514947,
                        27.714755375160507
                    ],
                    [
                        116.52258912998445,
                        27.716930220053655
                    ],
                    [
                        116.5229548204087,
                        27.717850990031195
                    ],
                    [
                        116.52379454528204,
                        27.718153559739051
                    ],
                    [
                        116.52726876034512,
                        27.718164240087674
                    ],
                    [
                        116.53392607992475,
                        27.717499450439334
                    ],
                    [
                        116.53907053028081,
                        27.716243260318265
                    ],
                    [
                        116.54276507474844,
                        27.715017380048096
                    ],
                    [
                        116.54389025523119,
                        27.71404324969626
                    ],
                    [
                        116.54457039001159,
                        27.713936514558554
                    ],
                    [
                        116.54963365496928,
                        27.716124049785094
                    ],
                    [
                        116.55184934976774,
                        27.717336860207979
                    ],
                    [
                        116.55478282496745,
                        27.719095474576534
                    ],
                    [
                        116.55952670019713,
                        27.721509969909221
                    ],
                    [
                        116.56297205961289,
                        27.722811279916698
                    ],
                    [
                        116.56443355506462,
                        27.723039560227562
                    ],
                    [
                        116.57751675459463,
                        27.724955965145739
                    ],
                    [
                        116.57927538515094,
                        27.724082524688811
                    ],
                    [
                        116.57864943991979,
                        27.722351759626065
                    ],
                    [
                        116.57855112513437,
                        27.721010245426555
                    ],
                    [
                        116.57941924969873,
                        27.719514139565945
                    ],
                    [
                        116.5831143598399,
                        27.717505174624137
                    ],
                    [
                        116.59818121019475,
                        27.714023624690583
                    ],
                    [
                        116.60419247480297,
                        27.714053125151679
                    ],
                    [
                        116.60632321514436,
                        27.715116880139931
                    ],
                    [
                        116.61049689501579,
                        27.717539220258857
                    ],
                    [
                        116.61206552040755,
                        27.717935420183551
                    ],
                    [
                        116.61258990520002,
                        27.714503889642856
                    ],
                    [
                        116.61224598016793,
                        27.71171144972368
                    ],
                    [
                        116.61216955488112,
                        27.711155815288691
                    ],
                    [
                        116.61177975992803,
                        27.704613234812996
                    ],
                    [
                        116.61070722036197,
                        27.701789594714057
                    ],
                    [
                        116.61227947541749,
                        27.693890854579308
                    ],
                    [
                        116.61383958512886,
                        27.692310510122013
                    ],
                    [
                        116.62230207518064,
                        27.686820765066329
                    ],
                    [
                        116.62356017006584,
                        27.686414484640807
                    ],
                    [
                        116.62441718980153,
                        27.68667877470574
                    ],
                    [
                        116.62542381535684,
                        27.687949520354152
                    ],
                    [
                        116.62566512504554,
                        27.688844045416431
                    ],
                    [
                        116.62666056033663,
                        27.689343865227272
                    ],
                    [
                        116.63080048505435,
                        27.691069024815704
                    ],
                    [
                        116.63679251496262,
                        27.69220866459824
                    ],
                    [
                        116.63869349021252,
                        27.692175535372712
                    ],
                    [
                        116.650078115013,
                        27.693448835095694
                    ],
                    [
                        116.65500448516889,
                        27.694858355129043
                    ],
                    [
                        116.67232615532782,
                        27.693332479910055
                    ],
                    [
                        116.67587252479723,
                        27.688651280232421
                    ],
                    [
                        116.67692383496706,
                        27.687083660282724
                    ],
                    [
                        116.67758003519054,
                        27.684125180332842
                    ],
                    [
                        116.67837941467826,
                        27.683287809884575
                    ],
                    [
                        116.68028853508793,
                        27.682682870118413
                    ],
                    [
                        116.68288303512406,
                        27.683260760076053
                    ],
                    [
                        116.68368139028405,
                        27.684550459835918
                    ],
                    [
                        116.68364994009278,
                        27.685450125423017
                    ],
                    [
                        116.68319275534145,
                        27.687993740019124
                    ],
                    [
                        116.68306893488352,
                        27.691288294819003
                    ],
                    [
                        116.68510080016188,
                        27.698168415140287
                    ],
                    [
                        116.6870872253952,
                        27.701651170165405
                    ],
                    [
                        116.6881678750475,
                        27.701622899976883
                    ],
                    [
                        116.69051602469483,
                        27.699312854604614
                    ],
                    [
                        116.69164603004026,
                        27.698980205272335
                    ],
                    [
                        116.6923459454091,
                        27.699679554967531
                    ],
                    [
                        116.69530766022035,
                        27.706593175035039
                    ],
                    [
                        116.70086692466884,
                        27.713465744648431
                    ],
                    [
                        116.70672693500012,
                        27.712596780117337
                    ],
                    [
                        116.71033220466757,
                        27.7129885850552
                    ],
                    [
                        116.71165622525461,
                        27.713527324826202
                    ],
                    [
                        116.71223081470043,
                        27.715831145091329
                    ],
                    [
                        116.7136486399728,
                        27.71665932536763
                    ],
                    [
                        116.71558760978041,
                        27.717131285080768
                    ],
                    [
                        116.71600724963491,
                        27.71699792011799
                    ],
                    [
                        116.71942741993951,
                        27.713786965396196
                    ],
                    [
                        116.71985160496763,
                        27.710719934577355
                    ],
                    [
                        116.7179294551803,
                        27.705704500062666
                    ],
                    [
                        116.71711815967535,
                        27.704574029767684
                    ],
                    [
                        116.71488916480314,
                        27.703352405089447
                    ],
                    [
                        116.71335083037661,
                        27.702498065333486
                    ],
                    [
                        116.7125560050556,
                        27.700622059760292
                    ],
                    [
                        116.71423137997431,
                        27.699989080032083
                    ],
                    [
                        116.72183733502504,
                        27.698980510142462
                    ],
                    [
                        116.73172363533752,
                        27.699066925098577
                    ],
                    [
                        116.7363156852208,
                        27.700741669592446
                    ],
                    [
                        116.73982189996082,
                        27.70272147041959
                    ],
                    [
                        116.74148423021313,
                        27.704369419613101
                    ],
                    [
                        116.74806757965518,
                        27.711236454798609
                    ],
                    [
                        116.75511835982456,
                        27.718743280278204
                    ],
                    [
                        116.75694528040049,
                        27.72304321507238
                    ],
                    [
                        116.7607005803676,
                        27.728601445300512
                    ],
                    [
                        116.76202995012216,
                        27.730492150292548
                    ],
                    [
                        116.76369306458332,
                        27.732673290440061
                    ],
                    [
                        116.76496541462222,
                        27.733846939884415
                    ],
                    [
                        116.76356106029471,
                        27.739851900245071
                    ],
                    [
                        116.76118300998803,
                        27.74445113031544
                    ],
                    [
                        116.76813282506987,
                        27.761953035404304
                    ],
                    [
                        116.77340789026198,
                        27.768392014879623
                    ],
                    [
                        116.77433732970405,
                        27.769294290299285
                    ],
                    [
                        116.77615280460827,
                        27.770058570146944
                    ],
                    [
                        116.78009583985124,
                        27.772612685227273
                    ],
                    [
                        116.78722453998057,
                        27.78188151012364
                    ],
                    [
                        116.78794114496793,
                        27.783846660095321
                    ],
                    [
                        116.78762561513008,
                        27.785334740405972
                    ],
                    [
                        116.78803157539699,
                        27.786031955110673
                    ],
                    [
                        116.78954843491238,
                        27.786404889574044
                    ],
                    [
                        116.7943355396535,
                        27.779089634978732
                    ]
                ]
            ]
        }
    }]
}
src/components/basic-container/main.vue
@@ -1,55 +1,53 @@
<template>
  <div class="basic-container"
       :style="styleName"
       :class="{'basic-container--block':block}">
    <el-card class="basic-container__card">
      <slot></slot>
    </el-card>
  </div>
    <div class="basic-container" :style="styleName" :class="{'basic-container--block':block}">
        <el-card class="basic-container__card">
            <slot></slot>
        </el-card>
    </div>
</template>
<script>
export default {
  name: "basicContainer",
  props: {
    radius: {
      type: [String, Number],
      default: 10
    name: "basicContainer",
    props: {
        radius: {
            type: [String, Number],
            default: 10
        },
        background: {
            type: String
        },
        block: {
            type: Boolean,
            default: false
        }
    },
    background: {
      type: String
    },
    block: {
      type: Boolean,
      default: false
    computed: {
        styleName () {
            return {
                borderRadius: this.setPx(this.radius),
                background: this.background,
            }
        }
    }
  },
  computed: {
    styleName () {
      return {
        borderRadius: this.setPx(this.radius),
        background: this.background,
      }
    }
  }
};
</script>
<style lang="scss">
.basic-container {
  padding: 10px 6px;
  box-sizing: border-box;
  &--block {
    height: 100%;
    .basic-container__card {
      height: 100%;
    padding: 10px 6px;
    box-sizing: border-box;
    &--block {
        height: 100%;
        .basic-container__card {
            height: 100%;
        }
    }
  }
  &__card {
    width: 100%;
  }
  &:first-child {
    padding-top: 0;
  }
    &__card {
        width: 100%;
    }
    &:first-child {
        padding-top: 0px;
    }
}
</style>
src/components/map/plotMap.vue
@@ -5,10 +5,12 @@
</template>
<script>
import NCregion from "@/assets/region"
var farmRegionLayer = null
var plotRegionLayer = null
var farmLogoLayer = null
var regionPolyLineLayer = null
var addLayers = []
var addPlotLayers = []
@@ -23,7 +25,7 @@
    watch: {
        'polyline' (newObj, oldObj) {
            if (newObj && oldObj) {
              plotRegionLayer.removeOverlay(oldObj)
                plotRegionLayer.removeOverlay(oldObj)
            }
        }
    },
@@ -55,6 +57,9 @@
            farmLogoLayer = new global.DC.HtmlLayer('farmLogoLayer')
            global.viewer.addLayer(farmLogoLayer)
            // 南城县边界数据
            regionPolyLineLayer = new global.DC.VectorLayer('regionPolyLineLayer')
            global.viewer.addLayer(regionPolyLineLayer)
            if (global.DC.Namespace.Cesium.FeatureDetection.supportsImageRenderingPixelated()) { // 判断是否支持图像渲染像素化处理
                global.viewer.setOptions({
@@ -223,8 +228,33 @@
        }
        global.DC.ready(initViewer)
        this.addRegionPolyLine(NCregion)
    },
    methods: {
        /**
         * 添加南城县边界的数据
         * @param {string} url arcgis服务地址
         */
        addRegionPolyLine (regionJSON) {
            let position = ''
            regionJSON.features[0].geometry.rings[0].forEach(item => {
                position += `${item[0]}, ${item[1]};`
            })
            console.log(position, 565656)
            const polyline = new global.DC.Polyline(position)
            polyline.setStyle({
                width: 4,
                material: global.DC.Namespace.Cesium.Color.fromBytes(
                    244, 157, 21,
                    200
                ),
                clampToGround: true
            })
            regionPolyLineLayer.addOverlay(polyline)
        },
        addPolygon (positions, item) {
            const that = this
@@ -260,15 +290,15 @@
        addPlotPolygon (positions, item) {
            const that = this
            const center = this.getCenter(positions)
            if(item.strainUrl !=""){
            if (item.strainUrl != "") {
                const urls = item.strainUrl.split(',')
                let imageStr = `<div class="farm-map-icon">`;
                let imageStr = `<div class="farm-map-icon">`
                urls.forEach(url => {
                  imageStr += `<img src="${url}" alt=""width="100px" height="100px" text-align="center" class="strainImg">`
                    imageStr += `<img src="${url}" alt=""width="100px" height="100px" text-align="center" class="strainImg">`
                })
                imageStr += `</div>`
                const divIcon = new global.DC.DivIcon(
                    new global.DC.Position(center[0], center[1], 0),imageStr
                    new global.DC.Position(center[0], center[1], 0), imageStr
                )
                divIcon.attrParams = item
@@ -303,17 +333,17 @@
         * @param positions
         */
        drawLandPolyLine (positions) {
          // 画线
          this.polyline = new global.DC.Polyline(positions)
          this.polyline.setStyle({
            width: 4,
            material: global.DC.Namespace.Cesium.Color.fromBytes(
              200, 255, 255,
              200
            ),
            clampToGround: true
          })
          plotRegionLayer.addOverlay(this.polyline)
            // 画线
            this.polyline = new global.DC.Polyline(positions)
            this.polyline.setStyle({
                width: 4,
                material: global.DC.Namespace.Cesium.Color.fromBytes(
                    200, 255, 255,
                    200
                ),
                clampToGround: true
            })
            plotRegionLayer.addOverlay(this.polyline)
        },
        /**
         * 将数据库保存值转换成Map使用坐标
@@ -328,7 +358,7 @@
                const arr = landRange.split(',')
                var brr = []
                arr.forEach(it => {
                  brr.push(it.split(' '))
                    brr.push(it.split(' '))
                })
                return brr
@@ -363,8 +393,8 @@
        setPlotCenter (landObj) {
            if (!landObj.landRange) {
                this.$message({
                  message: '当前地块暂未绘制',
                  type: 'warning'
                    message: '当前地块暂未绘制',
                    type: 'warning'
                })
                return
            }
@@ -454,12 +484,12 @@
    z-index: 99;
    overflow: hidden;
}
.div-icon{
  background-color: transparent !important;
.div-icon {
    background-color: transparent !important;
}
.strainImg{
  width: 80px;
  height: 80px;
  border-radius:50%;
.strainImg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
</style>
src/views/mapPattern/index.vue
@@ -199,7 +199,7 @@
    },
    computed: {
        ...mapGetters(["userInfo","$farmId"]),
        ...mapGetters(["userInfo", "$farmId"]),
    },
    created () {
        //获取种样品列表
src/views/stockrecord/stockrecord.vue
@@ -1,282 +1,298 @@
<template>
  <basic-container>
    <avue-crud :option="option"
               :table-loading="loading"
               :data="data"
               :page.sync="page"
               :permission="permissionList"
               :before-open="beforeOpen"
               v-model="form"
               ref="crud"
               @row-update="rowUpdate"
               @row-save="rowSave"
               @row-del="rowDel"
               @search-change="searchChange"
               @search-reset="searchReset"
               @selection-change="selectionChange"
               @current-change="currentChange"
               @size-change="sizeChange"
               @refresh-change="refreshChange"
               @on-load="onLoad">
            <template slot-scope="" slot="menuLeft">
                    <el-button type="primary"
                    icon="el-icon-back"
    <basic-container>
        <el-button
            type="primary"
            icon="el-icon-back"
            size="small"
            @click="prev"
            style="position:absolute;top:72px;z-index: 99;"
        >返回</el-button>
        <avue-crud
            :option="option"
            :table-loading="loading"
            :data="data"
            :page.sync="page"
            :permission="permissionList"
            :before-open="beforeOpen"
            v-model="form"
            ref="crud"
            @row-update="rowUpdate"
            @row-save="rowSave"
            @row-del="rowDel"
            @search-change="searchChange"
            @search-reset="searchReset"
            @selection-change="selectionChange"
            @current-change="currentChange"
            @size-change="sizeChange"
            @refresh-change="refreshChange"
            @on-load="onLoad"
        >
            <!-- <template slot-scope slot="searchMenu">
                <el-button type="primary" icon="el-icon-back" size="small" @click="prev">返回</el-button>
            </template>-->
            <!-- <template slot="menuLeft">
                <el-button
                    type="danger"
                    size="small"
                    @click="prev">返回</el-button>
            </template>
      <template slot="menuLeft">
        <el-button type="danger"
                   size="small"
                   icon="el-icon-delete"
                   plain
                   v-if="permission.stockrecord_delete"
                   @click="handleDelete">删 除
        </el-button>
      </template>
    </avue-crud>
  </basic-container>
                    icon="el-icon-delete"
                    plain
                    v-if="permission.stockrecord_delete"
                    @click="handleDelete"
                >删 除</el-button>
            </template>-->
        </avue-crud>
    </basic-container>
</template>
<script>
  import {getList, getDetail, add1, update, remove} from "@/api/stockrecord/stockrecord";
  import {mapGetters} from "vuex";
import { getList, getDetail, add1, update, remove } from "@/api/stockrecord/stockrecord"
import { mapGetters } from "vuex"
  export default {
    data() {
      return {
        form: {},
        farm:{},
        query: {},
        loading: true,
        page: {
          pageSize: 10,
          currentPage: 1,
          total: 0
        },
        selectionList: [],
        option: {
          height:'auto',
          calcHeight: 30,
          tip: false,
          searchShow: true,
          searchMenuSpan: 6,
          border: true,
          index: true,
          viewBtn: true,
          align: "center",
          selection: true,
          dialogClickModal: false,
          refreshBtn:false,
          columnBtn:false,
          searchShowBtn:false,
          excelBtn:true,
          column: [
            {
              label: "农资",
              prop: "stockId1",
              span: 23,
              type: "select",
              dicUrl: "/api/stockfactory/stockfactory/selectStockFa",
              props: {
                label: "dictValue",
                value: "dictKey"
              },
              rules: [{
                required: true,
                message: "请输入农资",
                trigger: "blur"
              }]
export default {
    data () {
        return {
            form: {},
            farm: {},
            query: {},
            loading: true,
            page: {
                pageSize: 12,
                currentPage: 1,
                total: 0,
                pageSizes: [12, 20, 30, 40, 50, 100],
            },
            {
              label: "分类",
              prop: "stype",
              type: "select",
              dicUrl: "/api/blade-system/dict-biz/dictionary?code=stockType",
              props: {
                label: "dictValue",
                value: "dictKey"
              },
              dataType: "number",
              search: true,
              rules: [{
                required: true,
                message: "请输入类型",
                trigger: "blur"
              }]
            selectionList: [],
            option: {
                height: 'auto',
                calcHeight: 30,
                tip: false,
                searchShow: true,
                searchMenuSpan: 6,
                border: true,
                index: true,
                viewBtn: true,
                align: "center",
                selection: true,
                dialogClickModal: false,
                refreshBtn: false,
                columnBtn: false,
                searchShowBtn: false,
                excelBtn: false,
                header: false,
                column: [
                    {
                        label: "农资",
                        prop: "stockId1",
                        span: 23,
                        type: "select",
                        dicUrl: "/api/stockfactory/stockfactory/selectStockFa",
                        props: {
                            label: "dictValue",
                            value: "dictKey"
                        },
                        rules: [{
                            required: true,
                            message: "请输入农资",
                            trigger: "blur"
                        }]
                    },
                    {
                        label: "分类",
                        prop: "stype",
                        type: "select",
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=stockType",
                        props: {
                            label: "dictValue",
                            value: "dictKey"
                        },
                        dataType: "number",
                        search: true,
                        rules: [{
                            required: true,
                            message: "请输入类型",
                            trigger: "blur"
                        }]
                    },
                    {
                        label: "规格",
                        prop: "spn",
                    },
                    {
                        label: "类型",
                        prop: "type1",
                        span: 12,
                        searchSpan: 4,
                    },
                    {
                        label: "数量",
                        prop: "count",
                    },
                    {
                        label: "操作时间",
                        prop: "createTime",
                    },
                    {
                        label: "操作人",
                        prop: "czr",
                    },
                ]
            },
            {
              label: "规格",
              prop: "spn",
            },
            {
              label: "类型",
              prop: "type1",
              span: 12,
              searchSpan: 4,
            },
            {
              label: "数量",
              prop: "count",
            },
            {
              label: "操作时间",
              prop: "createTime",
            },
            {
              label: "操作人",
              prop: "czr",
            },
          ]
        },
        data: []
      };
            data: []
        }
    },
    computed: {
      ...mapGetters(["permission","$farmId"]),
      permissionList() {
        return {
          addBtn: this.vaildData(this.permission.stockrecord_add, false),
          viewBtn: this.vaildData(this.permission.stockrecord_view, false),
          delBtn: this.vaildData(this.permission.stockrecord_delete, true),
          editBtn: this.vaildData(this.permission.stockrecord_edit, false)
        };
      },
      ids() {
        let ids = [];
        this.selectionList.forEach(ele => {
          ids.push(ele.id);
        });
        return ids.join(",");
      }
        ...mapGetters(["permission", "$farmId"]),
        permissionList () {
            return {
                addBtn: this.vaildData(this.permission.stockrecord_add, false),
                viewBtn: this.vaildData(this.permission.stockrecord_view, false),
                delBtn: this.vaildData(this.permission.stockrecord_delete, true),
                editBtn: this.vaildData(this.permission.stockrecord_edit, false)
            }
        },
        ids () {
            let ids = []
            this.selectionList.forEach(ele => {
                ids.push(ele.id)
            })
            return ids.join(",")
        }
    },
    watch: {
        '$farmId':{
        handler (newName, oldName) {
            this.farm.id = newName
            this.onLoad(this.page)
        '$farmId': {
            handler (newName, oldName) {
                this.farm.id = newName
                this.onLoad(this.page)
            }
        }
      }
    },
    created () {
      this.farm.id = this.$farmId
        this.farm.id = this.$farmId
    },
    methods: {
      // rowSave(row, done, loading) {
      //   add(row).then(() => {
      //     this.onLoad(this.page);
      //     this.$message({
      //       type: "success",
      //       message: "操作成功!"
      //     });
      //     done();
      //   }, error => {
      //     loading();
      //     window.console.log(error);
      //   });
      // },
      prev(){
        this.$router.go(-1)
      },
      rowUpdate(row, index, done, loading) {
        update(row).then(() => {
          this.onLoad(this.page);
          this.$message({
            type: "success",
            message: "操作成功!"
          });
          done();
        }, error => {
          loading();
          console.log(error);
        });
      },
      rowDel(row) {
        this.$confirm("确定将选择数据删除?", {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning"
        })
          .then(() => {
            return remove(row.id);
          })
          .then(() => {
            this.onLoad(this.page);
            this.$message({
              type: "success",
              message: "操作成功!"
            });
          });
      },
      handleDelete() {
        if (this.selectionList.length === 0) {
          this.$message.warning("请选择至少一条数据");
          return;
        // rowSave(row, done, loading) {
        //   add(row).then(() => {
        //     this.onLoad(this.page);
        //     this.$message({
        //       type: "success",
        //       message: "操作成功!"
        //     });
        //     done();
        //   }, error => {
        //     loading();
        //     window.console.log(error);
        //   });
        // },
        prev () {
            this.$router.go(-1)
        },
        rowUpdate (row, index, done, loading) {
            update(row).then(() => {
                this.onLoad(this.page)
                this.$message({
                    type: "success",
                    message: "操作成功!"
                })
                done()
            }, error => {
                loading()
                console.log(error)
            })
        },
        rowDel (row) {
            this.$confirm("确定将选择数据删除?", {
                confirmButtonText: "确定",
                cancelButtonText: "取消",
                type: "warning"
            })
                .then(() => {
                    return remove(row.id)
                })
                .then(() => {
                    this.onLoad(this.page)
                    this.$message({
                        type: "success",
                        message: "操作成功!"
                    })
                })
        },
        handleDelete () {
            if (this.selectionList.length === 0) {
                this.$message.warning("请选择至少一条数据")
                return
            }
            this.$confirm("确定将选择数据删除?", {
                confirmButtonText: "确定",
                cancelButtonText: "取消",
                type: "warning"
            })
                .then(() => {
                    return remove(this.ids)
                })
                .then(() => {
                    this.onLoad(this.page)
                    this.$message({
                        type: "success",
                        message: "操作成功!"
                    })
                    this.$refs.crud.toggleSelection()
                })
        },
        beforeOpen (done, type) {
            if (["edit", "view"].includes(type)) {
                getDetail(this.form.id).then(res => {
                    this.form = res.data.data
                })
            }
            done()
        },
        searchReset () {
            this.query = {}
            this.onLoad(this.page)
        },
        searchChange (params, done) {
            this.query = params
            this.page.currentPage = 1
            this.onLoad(this.page, params)
            done()
        },
        selectionChange (list) {
            this.selectionList = list
        },
        selectionClear () {
            this.selectionList = []
            this.$refs.crud.toggleSelection()
        },
        currentChange (currentPage) {
            this.page.currentPage = currentPage
        },
        sizeChange (pageSize) {
            this.page.pageSize = pageSize
        },
        refreshChange () {
            this.onLoad(this.page, this.query)
        },
        onLoad (page, params = {}) {
            this.loading = true
            params['deptId'] = this.farm.id
            getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
                const data = res.data.data
                this.page.total = data.total
                this.data = data.records
                this.loading = false
                this.selectionClear()
            })
        }
        this.$confirm("确定将选择数据删除?", {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning"
        })
          .then(() => {
            return remove(this.ids);
          })
          .then(() => {
            this.onLoad(this.page);
            this.$message({
              type: "success",
              message: "操作成功!"
            });
            this.$refs.crud.toggleSelection();
          });
      },
      beforeOpen(done, type) {
        if (["edit", "view"].includes(type)) {
          getDetail(this.form.id).then(res => {
            this.form = res.data.data;
          });
        }
        done();
      },
      searchReset() {
        this.query = {};
        this.onLoad(this.page);
      },
      searchChange(params, done) {
        this.query = params;
        this.page.currentPage = 1;
        this.onLoad(this.page, params);
        done();
      },
      selectionChange(list) {
        this.selectionList = list;
      },
      selectionClear() {
        this.selectionList = [];
        this.$refs.crud.toggleSelection();
      },
      currentChange(currentPage){
        this.page.currentPage = currentPage;
      },
      sizeChange(pageSize){
        this.page.pageSize = pageSize;
      },
      refreshChange() {
        this.onLoad(this.page, this.query);
      },
      onLoad(page, params = {}) {
        this.loading = true;
        params['deptId'] = this.farm.id
        getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
          const data = res.data.data;
          this.page.total = data.total;
          this.data = data.records;
          this.loading = false;
          this.selectionClear();
        });
      }
    }
  };
};
</script>
<style>
</style>
<style lang="scss" scoped>
/deep/ .avue-form__group {
    margin-left: 100px;
}
/deep/.el-table--border {
    height: 630px !important;
}
</style>