|
@@ -165,12 +165,11 @@
|
|
|
@click.prevent="clickEl(panel)"
|
|
|
>
|
|
|
<text
|
|
|
- x="420"
|
|
|
+ x="365"
|
|
|
y="220"
|
|
|
fill="#ffffff"
|
|
|
font-size="150"
|
|
|
text-anchor="middle"
|
|
|
- transform="rotate(-90 400 180)"
|
|
|
>
|
|
|
{{ panel.code }}
|
|
|
</text>
|
|
@@ -257,7 +256,6 @@
|
|
|
fill="#ffffff"
|
|
|
font-size="150"
|
|
|
text-anchor="middle"
|
|
|
- transform="rotate(-90 400 700)"
|
|
|
>
|
|
|
{{ panel.code }}
|
|
|
</text>
|
|
@@ -302,7 +300,7 @@ export default {
|
|
|
arcgisData: {
|
|
|
mode: "2D", // 模式 2D 3D
|
|
|
title: "宁夏地图", // 标题
|
|
|
- center: [106.48638888888888, 38.924166666666665], // 初始中心点
|
|
|
+ center: [106.2850, 38.5528], // 初始中心点
|
|
|
height: 654, // 3D地图初始相机高度
|
|
|
tilt: 65, // 俯视角
|
|
|
scale: 15000,
|
|
@@ -311,192 +309,26 @@ export default {
|
|
|
tempImg: require("@assets/temp1.png"),
|
|
|
syzImg: require("@assets/png/booster-station.png"),
|
|
|
showPopup: true,
|
|
|
- panels: [
|
|
|
- // fill top bottom none syz // red blue deepblue
|
|
|
- { id: "00", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "01", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "02", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "03", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "04", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "05", type: "fill", code: "", state: "", line: "" },
|
|
|
- {
|
|
|
- id: "06",
|
|
|
- type: "bottom",
|
|
|
- code: "12",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- { id: "07", type: "none", code: "", state: "", line: "bottom" },
|
|
|
- { id: "08", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "09", type: "fill", code: "", state: "", line: "" },
|
|
|
-
|
|
|
- {
|
|
|
- id: "10",
|
|
|
- type: "top",
|
|
|
- code: "36",
|
|
|
- state: "deepblue",
|
|
|
- line: "top left",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "11",
|
|
|
- type: "top",
|
|
|
- code: "32",
|
|
|
- state: "deepblue",
|
|
|
- line: "top left",
|
|
|
- },
|
|
|
- { id: "12", type: "top", code: "28", state: "deepblue", line: "top" },
|
|
|
- { id: "13", type: "top", code: "24", state: "deepblue", line: "top" },
|
|
|
- { id: "14", type: "top", code: "20", state: "deepblue", line: "top" },
|
|
|
- {
|
|
|
- id: "15",
|
|
|
- type: "top",
|
|
|
- code: "16",
|
|
|
- state: "deepblue",
|
|
|
- line: "top right",
|
|
|
- },
|
|
|
- { id: "16", type: "fill", code: "", state: "", line: "bottom right" },
|
|
|
- { id: "17", type: "syz", code: "", state: "", line: "bottom right" },
|
|
|
- { id: "18", type: "top", code: "5", state: "deepblue", line: "top" },
|
|
|
- {
|
|
|
- id: "19",
|
|
|
- type: "top",
|
|
|
- code: "4",
|
|
|
- state: "deepblue",
|
|
|
- line: "top right",
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
- id: "20",
|
|
|
- type: "bottom",
|
|
|
- code: "37",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom left",
|
|
|
- },
|
|
|
- { id: "21", type: "fill", code: "", state: "deepblue", line: "left" },
|
|
|
- { id: "22", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- { id: "23", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- { id: "24", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- { id: "25", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- {
|
|
|
- id: "26",
|
|
|
- type: "bottom",
|
|
|
- code: "13",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- { id: "27", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "28", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- { id: "29", type: "fill", code: "", state: "deepblue", line: "right" },
|
|
|
-
|
|
|
- { id: "30", type: "none", code: "", state: "", line: "" },
|
|
|
- { id: "31", type: "top", code: "33", state: "deepblue", line: "top" },
|
|
|
- { id: "32", type: "top", code: "29", state: "deepblue", line: "top" },
|
|
|
- { id: "33", type: "top", code: "25", state: "deepblue", line: "top" },
|
|
|
- { id: "34", type: "top", code: "21", state: "deepblue", line: "top" },
|
|
|
- {
|
|
|
- id: "35",
|
|
|
- type: "top",
|
|
|
- code: "17",
|
|
|
- state: "deepblue",
|
|
|
- line: "top right",
|
|
|
- },
|
|
|
- { id: "36", type: "fill", code: "", state: "deepblue", line: "" },
|
|
|
- { id: "37", type: "top", code: "1", state: "deepblue", line: "top" },
|
|
|
- { id: "38", type: "top", code: "2", state: "deepblue", line: "top" },
|
|
|
- { id: "39", type: "top", code: "3", state: "deepblue", line: "top" },
|
|
|
-
|
|
|
- { id: "40", type: "none", code: "", state: "", line: "" },
|
|
|
- { id: "41", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "42", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "43", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "44", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "45", type: "fill", code: "", state: "", line: "" },
|
|
|
- {
|
|
|
- id: "46",
|
|
|
- type: "bottom",
|
|
|
- code: "14",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom left",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "47",
|
|
|
- type: "bottom",
|
|
|
- code: "10",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "48",
|
|
|
- type: "bottom",
|
|
|
- code: "8",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "49",
|
|
|
- type: "bottom",
|
|
|
- code: "6",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
-
|
|
|
- { id: "50", type: "none", code: "", state: "", line: "" },
|
|
|
- { id: "51", type: "top", code: "34", state: "red", line: "top left" },
|
|
|
- { id: "52", type: "top", code: "30", state: "deepblue", line: "top" },
|
|
|
- { id: "53", type: "top", code: "26", state: "deepblue", line: "top" },
|
|
|
- { id: "54", type: "top", code: "22", state: "deepblue", line: "top" },
|
|
|
- { id: "55", type: "top", code: "18", state: "deepblue", line: "top" },
|
|
|
- { id: "56", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "57", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "58", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "59", type: "fill", code: "", state: "", line: "right" },
|
|
|
-
|
|
|
- { id: "60", type: "none", code: "", state: "", line: "" },
|
|
|
- { id: "61", type: "fill", code: "", state: "", line: "left" },
|
|
|
- { id: "62", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "63", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "64", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "65", type: "fill", code: "", state: "", line: "" },
|
|
|
- {
|
|
|
- id: "66",
|
|
|
- type: "bottom",
|
|
|
- code: "15",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "67",
|
|
|
- type: "bottom",
|
|
|
- code: "11",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "68",
|
|
|
- type: "bottom",
|
|
|
- code: "9",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "69",
|
|
|
- type: "bottom",
|
|
|
- code: "7",
|
|
|
- state: "deepblue",
|
|
|
- line: "bottom right",
|
|
|
- },
|
|
|
-
|
|
|
- { id: "70", type: "none", code: "", state: "", line: "" },
|
|
|
- { id: "71", type: "top", code: "35", state: "blue", line: "top" },
|
|
|
- { id: "72", type: "top", code: "31", state: "deepblue", line: "top" },
|
|
|
- { id: "73", type: "top", code: "27", state: "deepblue", line: "top" },
|
|
|
- { id: "74", type: "top", code: "23", state: "deepblue", line: "top" },
|
|
|
- { id: "75", type: "top", code: "19", state: "deepblue", line: "top" },
|
|
|
- { id: "76", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "77", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "78", type: "fill", code: "", state: "", line: "" },
|
|
|
- { id: "79", type: "fill", code: "", state: "", line: "" },
|
|
|
- ],
|
|
|
+ panels:
|
|
|
+ [{"id":"00","type":"top","code":1,"state":"deepblue","line":"top left"},
|
|
|
+ {"id":"01","type":"top","code":2,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"02","type":"top","code":3,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"03","type":"top","code":4,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"04","type":"top","code":5,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"05","type":"top","code":6,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"06","type":"top","code":7,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"07","type":"top","code":8,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"08","type":"top","code":9,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"09","type":"top","code":10,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"10","type":"top","code":11,"state":"deepblue","line":"top left"},
|
|
|
+ {"id":"11","type":"top","code":12,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"12","type":"top","code":13,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"13","type":"top","code":14,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"14","type":"top","code":15,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"15","type":"top","code":16,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"16","type":"top","code":17,"state":"deepblue","line":"top"},
|
|
|
+ {"id":"17","type":"top","code":18,"state":"deepblue","line":"top right"},
|
|
|
+ {"id":"18","type":"top","code":19,"state":"deepblue","line":"top right"}]
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
@@ -517,12 +349,12 @@ export default {
|
|
|
clickMap: function (info) {
|
|
|
console.log(info);
|
|
|
},
|
|
|
- popupBack: function () {
|
|
|
- this.showPopup = false;
|
|
|
- },
|
|
|
clickEl: function (item) {
|
|
|
- console.log(item);
|
|
|
- this.showPopup = true;
|
|
|
+ let wpId = this.$route.path.split('/').pop(),
|
|
|
+ wtId = wpId.split('_')[0] +'01_'+ item.id;
|
|
|
+ this.$router.push({
|
|
|
+ path: `/monitor/windsite/inverter-info/`+wpId+`/`+wtId,
|
|
|
+ });
|
|
|
},
|
|
|
},
|
|
|
watch: {
|