|
@@ -1,647 +0,0 @@
|
|
|
-<template>
|
|
|
- <div class="svg-map">
|
|
|
- <svg
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- x="0px"
|
|
|
- y="0px"
|
|
|
- viewBox="0 0 1955 940"
|
|
|
- :style="
|
|
|
- 'enable-background: new 0 0 866 359; left: ' +
|
|
|
- svgLeft +
|
|
|
- '; top: ' +
|
|
|
- svgTop +
|
|
|
- ';'
|
|
|
- "
|
|
|
- xml:space="preserve"
|
|
|
- :width="svgWidth"
|
|
|
- :height="svgHeight"
|
|
|
- >
|
|
|
- <defs>
|
|
|
- <g id="nx-map-line">
|
|
|
- <line
|
|
|
- class="nx-map-line"
|
|
|
- x1="25"
|
|
|
- y1="25"
|
|
|
- x2="25"
|
|
|
- y2="80"
|
|
|
- stroke="#edbf03"
|
|
|
- stroke-width="1"
|
|
|
- />
|
|
|
- <circle
|
|
|
- class="nx-map-up-circle"
|
|
|
- cx="25"
|
|
|
- cy="25"
|
|
|
- r="2"
|
|
|
- fill="#edbf03"
|
|
|
- />
|
|
|
- </g>
|
|
|
- <g id="nx-map-circle">
|
|
|
- <circle
|
|
|
- class="nx-map-down-circle-1"
|
|
|
- cx="25"
|
|
|
- cy="80"
|
|
|
- r="3"
|
|
|
- fill="#edbf03"
|
|
|
- />
|
|
|
- <circle
|
|
|
- class="nx-map-down-circle-2"
|
|
|
- :class="{ 'nx-map-down-circle-loop': c1 }"
|
|
|
- cx="25"
|
|
|
- cy="80"
|
|
|
- r="9"
|
|
|
- stroke="#edbf03"
|
|
|
- stroke-width="1"
|
|
|
- fill="none"
|
|
|
- />
|
|
|
- <circle
|
|
|
- class="nx-map-down-circle-3"
|
|
|
- :class="{ 'nx-map-down-circle-loop': c2 }"
|
|
|
- cx="25"
|
|
|
- cy="80"
|
|
|
- r="16"
|
|
|
- opacity="0.6"
|
|
|
- stroke="#edbf03"
|
|
|
- stroke-width="1"
|
|
|
- fill="none"
|
|
|
- />
|
|
|
- </g>
|
|
|
- </defs>
|
|
|
- <g>
|
|
|
- <image
|
|
|
- style="overflow: visible"
|
|
|
- width="2050"
|
|
|
- height="1110"
|
|
|
- class="map-base"
|
|
|
- xlink:href="./img/dmt_djy2.png"
|
|
|
- transform="matrix(1 0 0 1 0 -100)"
|
|
|
- ></image>
|
|
|
- <g
|
|
|
- class="item-label-hover"
|
|
|
- v-for="(item, index) in dataList"
|
|
|
- :key="index"
|
|
|
- >
|
|
|
- <svg
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- :x="String(Number(item.x) - 45)"
|
|
|
- :y="String(Number(item.y) - 60)"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- v-if="item.name != '升压站'"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <!-- 运行 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 2 || item.type === 3"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_green.png"
|
|
|
- class="turnCircle"
|
|
|
- ></image>
|
|
|
- <!-- 受累 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 10 || item.type === 11"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_white.png"
|
|
|
- ></image>
|
|
|
- <!-- 限电 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 8 || item.type === 9"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_purple.png"
|
|
|
- class="turnCircle-slow"
|
|
|
- ></image>
|
|
|
- <!-- 离线 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 12 || item.type === 13"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_black.png"
|
|
|
- ></image>
|
|
|
- <!-- 待机 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 0 || item.type === 1"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_blue.png"
|
|
|
- ></image>
|
|
|
- <!-- 故障 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 4 || item.type === 5"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_red.png"
|
|
|
- ></image>
|
|
|
- <!-- 检修 -->
|
|
|
- <image
|
|
|
- v-if="item.type === 6 || item.type === 7"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_orange.png"
|
|
|
- ></image>
|
|
|
- <!-- 升压站 -->
|
|
|
- <image
|
|
|
- v-if="item.name == '升压站'"
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/png/booster-station.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
-
|
|
|
- <text
|
|
|
- v-if="item.name != '升压站'"
|
|
|
- class="mapKey"
|
|
|
- :x="Number(item.x) + 25"
|
|
|
- :y="Number(item.y) + 90"
|
|
|
- fill="#ffffff"
|
|
|
- font-size="14"
|
|
|
- >
|
|
|
- {{ item.name }}
|
|
|
- </text>
|
|
|
- <text
|
|
|
- v-else
|
|
|
- class="mapKey"
|
|
|
- :x="Number(item.x) + 10"
|
|
|
- :y="Number(item.y) + 80"
|
|
|
- fill="#ffffff"
|
|
|
- font-size="14"
|
|
|
- >
|
|
|
- {{ item.name }}
|
|
|
- </text>
|
|
|
- <g class="isshow" v-if="item.name != '升压站'">
|
|
|
- <rect
|
|
|
- :x="Number(item.x) + 55"
|
|
|
- :y="Number(item.y) + 20"
|
|
|
- width="90"
|
|
|
- height="50"
|
|
|
- stroke="#46C55A35"
|
|
|
- fill="#000000"
|
|
|
- opacity="0.8"
|
|
|
- />
|
|
|
- <text
|
|
|
- :x="Number(item.x) + 60"
|
|
|
- :y="Number(item.y) + 40"
|
|
|
- fill="#ffffff"
|
|
|
- font-size="14"
|
|
|
- >
|
|
|
- {{ item.fs }}m/s
|
|
|
- </text>
|
|
|
- <text
|
|
|
- :x="Number(item.x) + 60"
|
|
|
- :y="Number(item.y) + 60"
|
|
|
- fill="#ffffff"
|
|
|
- font-size="14"
|
|
|
- >
|
|
|
- {{ item.gl }}kW
|
|
|
- </text>
|
|
|
- </g>
|
|
|
- </g>
|
|
|
- </g>
|
|
|
- <g>
|
|
|
- <svg
|
|
|
- :x="-20"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_green.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="43" :y="920" fill="#ffffff" font-size="14">运行</text>
|
|
|
- <svg
|
|
|
- :x="40"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_white.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="107" :y="920" fill="#ffffff" font-size="14">受累</text>
|
|
|
- <svg
|
|
|
- :x="100"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_purple.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="165" :y="920" fill="#ffffff" font-size="14">限电</text>
|
|
|
- <svg
|
|
|
- :x="160"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_black.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="229" :y="920" fill="#ffffff" font-size="14">离线</text>
|
|
|
- <svg
|
|
|
- :x="220"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_blue.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="288" :y="920" fill="#ffffff" font-size="14">待机</text>
|
|
|
- <svg
|
|
|
- :x="280"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_red.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="347" :y="920" fill="#ffffff" font-size="14">故障</text>
|
|
|
- <svg
|
|
|
- :x="340"
|
|
|
- :y="770"
|
|
|
- data-v-28794fe1=""
|
|
|
- version="1.1"
|
|
|
- xmlns="http://www.w3.org/2000/svg"
|
|
|
- xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
- width="150"
|
|
|
- height="150"
|
|
|
- viewBox="0 0 220 392"
|
|
|
- enable-background="new 0 0 220 392"
|
|
|
- xml:space="preserve"
|
|
|
- class="windmill"
|
|
|
- >
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="147"
|
|
|
- height="345"
|
|
|
- x="58"
|
|
|
- y="78"
|
|
|
- xlink:href="@/assets/map/fan/yz.png"
|
|
|
- class="pillar"
|
|
|
- ></image>
|
|
|
- <image
|
|
|
- data-v-28794fe1=""
|
|
|
- width="200"
|
|
|
- height="460"
|
|
|
- xlink:href="@/assets/map/fan/yp_orange.png"
|
|
|
- ></image>
|
|
|
- </svg>
|
|
|
- <text :x="410" :y="920" fill="#ffffff" font-size="14">检修</text>
|
|
|
- </g>
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
-</template>
|
|
|
-<script>
|
|
|
-export default {
|
|
|
- props: {
|
|
|
- windturbineList: {
|
|
|
- type: Array,
|
|
|
- required: true,
|
|
|
- },
|
|
|
- },
|
|
|
- data() {
|
|
|
- return {
|
|
|
- dataList: [
|
|
|
- {
|
|
|
- name: "升压站",
|
|
|
- x: "1015",
|
|
|
- y: "325",
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#27",
|
|
|
- x: "1740",
|
|
|
- y: "800",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#26",
|
|
|
- x: "1720",
|
|
|
- y: "680",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#28",
|
|
|
- x: "1615",
|
|
|
- y: "720",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#41",
|
|
|
- x: "1535",
|
|
|
- y: "660",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#29",
|
|
|
- x: "1430",
|
|
|
- y: "870",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#42",
|
|
|
- x: "1245",
|
|
|
- y: "535",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#43",
|
|
|
- x: "1225",
|
|
|
- y: "420",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#31",
|
|
|
- x: "1170",
|
|
|
- y: "320",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#30",
|
|
|
- x: "1130",
|
|
|
- y: "265",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#44",
|
|
|
- x: "1075",
|
|
|
- y: "375",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#45",
|
|
|
- x: "945",
|
|
|
- y: "220",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#46",
|
|
|
- x: "890",
|
|
|
- y: "290",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#32",
|
|
|
- x: "820",
|
|
|
- y: "265",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#47",
|
|
|
- x: "755",
|
|
|
- y: "375",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#48",
|
|
|
- x: "710",
|
|
|
- y: "260",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#33",
|
|
|
- x: "695",
|
|
|
- y: "140",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#49",
|
|
|
- x: "615",
|
|
|
- y: "260",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#34",
|
|
|
- x: "570",
|
|
|
- y: "110",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#50",
|
|
|
- x: "530",
|
|
|
- y: "295",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#35",
|
|
|
- x: "455",
|
|
|
- y: "105",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#36",
|
|
|
- x: "345",
|
|
|
- y: "115",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#37",
|
|
|
- x: "295",
|
|
|
- y: "80",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#38",
|
|
|
- x: "230",
|
|
|
- y: "55",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#39",
|
|
|
- x: "225",
|
|
|
- y: "0",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- name: "#40",
|
|
|
- x: "145",
|
|
|
- y: "80",
|
|
|
- type: 3,
|
|
|
- },
|
|
|
- ],
|
|
|
- list: this.windturbineList || [],
|
|
|
- };
|
|
|
- },
|
|
|
- created() {
|
|
|
- this.$nextTick(() => {
|
|
|
- this.getData();
|
|
|
- });
|
|
|
- },
|
|
|
- methods: {
|
|
|
- getData() {
|
|
|
- this.dataList.forEach((item) => {
|
|
|
- this.list.forEach((i, num) => {
|
|
|
- if (item.name == i.wtname) {
|
|
|
- item["fs"] = i.speed + " ";
|
|
|
- item["gl"] = i.power + " ";
|
|
|
- item["type"] = i.status;
|
|
|
- }
|
|
|
- });
|
|
|
- });
|
|
|
- },
|
|
|
- },
|
|
|
-};
|
|
|
-</script>
|
|
|
-<style lang="less" scoped>
|
|
|
-.item-label-hover:hover .isshow {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-.isshow {
|
|
|
- display: none;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-</style>
|