|
@@ -209,8 +209,8 @@
|
|
海上风机<span class="qty_val">
|
|
海上风机<span class="qty_val">
|
|
{{
|
|
{{
|
|
wpId.includes("FDC")
|
|
wpId.includes("FDC")
|
|
- ? StationinformationData?.station[wpId]?.zjts
|
|
|
|
- : StationinformationData?.cblpoint?.jr_fj_ts
|
|
|
|
|
|
+ ? StationinformationData?.station[wpId]?.hszjts
|
|
|
|
+ : StationinformationData?.cblpoint?.qjny_hsfj_ts
|
|
}} </span
|
|
}} </span
|
|
><span class="qty_unit">台</span>
|
|
><span class="qty_unit">台</span>
|
|
</p>
|
|
</p>
|
|
@@ -316,7 +316,12 @@
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="my_echarts safe_power" v-if="penetrateType == 3">
|
|
<div class="my_echarts safe_power" v-if="penetrateType == 3">
|
|
- <power-echarts :CurveValues="CurveValues" width="680px" :ratio="1000" />
|
|
|
|
|
|
+ <power-echarts
|
|
|
|
+ :CurveValues="CurveValues"
|
|
|
|
+ width="680px"
|
|
|
|
+ :unit="'MW'"
|
|
|
|
+ :ratio="1000"
|
|
|
|
+ />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 全国左侧信息 -->
|
|
<!-- 全国左侧信息 -->
|
|
@@ -1007,7 +1012,10 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col v-show="tabShow == 0 || tabShow == -1">
|
|
<el-col v-show="tabShow == 0 || tabShow == -1">
|
|
<div class="grid-content">
|
|
<div class="grid-content">
|
|
- <div class="img" @click="handleClick('SSPJFS', '实时风速')">
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="img"
|
|
|
|
+ @click="handleClick('SSPJFS', '实时风速', 'm/s')"
|
|
|
|
+ >
|
|
<img
|
|
<img
|
|
src="@/assets/imgs/pointer.png"
|
|
src="@/assets/imgs/pointer.png"
|
|
:style="{ transform: windSpeedRota }"
|
|
:style="{ transform: windSpeedRota }"
|
|
@@ -1023,7 +1031,7 @@
|
|
<el-col v-show="tabShow == 0 || tabShow == -2">
|
|
<el-col v-show="tabShow == 0 || tabShow == -2">
|
|
<div
|
|
<div
|
|
class="grid-content"
|
|
class="grid-content"
|
|
- @click="handleClick('RPJGZD', '光照强度')"
|
|
|
|
|
|
+ @click="handleClick('RPJGZD', '光照强度', 'W/m²')"
|
|
>
|
|
>
|
|
<div class="img">
|
|
<div class="img">
|
|
<img
|
|
<img
|
|
@@ -1039,7 +1047,10 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col>
|
|
<el-col>
|
|
- <div class="grid-content" @click="handleClick('SSZGL', '实际功率')">
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="grid-content"
|
|
|
|
+ @click="handleClick('SSZGL', '实际功率', 'MW')"
|
|
|
|
+ >
|
|
<div class="img">
|
|
<div class="img">
|
|
<img
|
|
<img
|
|
src="@/assets/imgs/pointer.png"
|
|
src="@/assets/imgs/pointer.png"
|
|
@@ -1056,7 +1067,7 @@
|
|
<el-col>
|
|
<el-col>
|
|
<div
|
|
<div
|
|
class="grid-content"
|
|
class="grid-content"
|
|
- @click="handleClick('SSZLLGL', '理论功率')"
|
|
|
|
|
|
+ @click="handleClick('SSZLLGL', '理论功率', 'MW')"
|
|
>
|
|
>
|
|
<div class="img">
|
|
<div class="img">
|
|
<img
|
|
<img
|
|
@@ -1074,7 +1085,7 @@
|
|
<el-col v-show="tabShow == -1">
|
|
<el-col v-show="tabShow == -1">
|
|
<div
|
|
<div
|
|
class="grid-content"
|
|
class="grid-content"
|
|
- @click="handleClick('FNLYL', '风能利用率')"
|
|
|
|
|
|
+ @click="handleClick('FNLYL', '风能利用率', '%')"
|
|
>
|
|
>
|
|
<div class="img">
|
|
<div class="img">
|
|
<img
|
|
<img
|
|
@@ -1082,7 +1093,7 @@
|
|
:style="{ transform: guarantee }"
|
|
:style="{ transform: guarantee }"
|
|
/>
|
|
/>
|
|
<div class="information">
|
|
<div class="information">
|
|
- {{ (StationinformationData?.qt?.fnlyl / 1000).toFixed(2) }}
|
|
|
|
|
|
+ {{ (StationinformationData?.qt?.fnlyl).toFixed(2) }}
|
|
</div>
|
|
</div>
|
|
<div class="unit">%</div>
|
|
<div class="unit">%</div>
|
|
<p>风能利用率</p>
|
|
<p>风能利用率</p>
|
|
@@ -1092,7 +1103,7 @@
|
|
<el-col v-show="tabShow == -2">
|
|
<el-col v-show="tabShow == -2">
|
|
<div
|
|
<div
|
|
class="grid-content"
|
|
class="grid-content"
|
|
- @click="handleClick('FNLYL', '光能利用率')"
|
|
|
|
|
|
+ @click="handleClick('FNLYL', '光能利用率', '%')"
|
|
>
|
|
>
|
|
<div class="img">
|
|
<div class="img">
|
|
<img
|
|
<img
|
|
@@ -1100,7 +1111,7 @@
|
|
:style="{ transform: guarantee }"
|
|
:style="{ transform: guarantee }"
|
|
/>
|
|
/>
|
|
<div class="information">
|
|
<div class="information">
|
|
- {{ (StationinformationData?.qt?.fnlyl / 1000).toFixed(2) }}
|
|
|
|
|
|
+ {{ (StationinformationData?.qt?.fnlyl).toFixed(2) }}
|
|
</div>
|
|
</div>
|
|
<div class="unit">%</div>
|
|
<div class="unit">%</div>
|
|
<p>光能利用率</p>
|
|
<p>光能利用率</p>
|
|
@@ -1244,6 +1255,7 @@
|
|
<windChartCom
|
|
<windChartCom
|
|
:windCurveValues="chartsData"
|
|
:windCurveValues="chartsData"
|
|
:CurveTitle="showName"
|
|
:CurveTitle="showName"
|
|
|
|
+ :unit="unit"
|
|
height="38vh"
|
|
height="38vh"
|
|
chartId="windChar"
|
|
chartId="windChar"
|
|
/>
|
|
/>
|
|
@@ -1310,7 +1322,7 @@
|
|
:ratio="10000"
|
|
:ratio="10000"
|
|
:showLegend="true"
|
|
:showLegend="true"
|
|
:top="30"
|
|
:top="30"
|
|
- :units="units"
|
|
|
|
|
|
+ :units="showkey === 'electric' ? '万kWh' : '小时'"
|
|
:interval="electronType === 'day' ? 1 : 0"
|
|
:interval="electronType === 'day' ? 1 : 0"
|
|
:showkey="showkey"
|
|
:showkey="showkey"
|
|
:showName="showName"
|
|
:showName="showName"
|
|
@@ -1347,7 +1359,7 @@ import {
|
|
} from "@/api/home/home.js";
|
|
} from "@/api/home/home.js";
|
|
import dayjs from "dayjs";
|
|
import dayjs from "dayjs";
|
|
import windChartCom from "./windChartCom.vue";
|
|
import windChartCom from "./windChartCom.vue";
|
|
-import BarCharts from "./barCharts.vue";
|
|
|
|
|
|
+import BarCharts from "@/views/Home/components/barCharts.vue";
|
|
export default {
|
|
export default {
|
|
// 名称
|
|
// 名称
|
|
name: "Map",
|
|
name: "Map",
|
|
@@ -1435,6 +1447,7 @@ export default {
|
|
timmer: null, // 计时器
|
|
timmer: null, // 计时器
|
|
timmer2: null,
|
|
timmer2: null,
|
|
units: ["万kWh"],
|
|
units: ["万kWh"],
|
|
|
|
+ unit: "", //实时负荷弹窗单位
|
|
wpId: "KGDL_FGS",
|
|
wpId: "KGDL_FGS",
|
|
wpIds: "KGDL_FGS0",
|
|
wpIds: "KGDL_FGS0",
|
|
};
|
|
};
|
|
@@ -1847,7 +1860,8 @@ export default {
|
|
this.flag = wpId.includes("FDC") || wpId.includes("GDC") ? true : false;
|
|
this.flag = wpId.includes("FDC") || wpId.includes("GDC") ? true : false;
|
|
this.currentActiveTab(penetrateType);
|
|
this.currentActiveTab(penetrateType);
|
|
},
|
|
},
|
|
- handleClick(uniformCode, title) {
|
|
|
|
|
|
+ // 区域实时负荷点击弹窗
|
|
|
|
+ handleClick(uniformCode, title, unit) {
|
|
let key = "";
|
|
let key = "";
|
|
switch (uniformCode) {
|
|
switch (uniformCode) {
|
|
case "SSPJFS":
|
|
case "SSPJFS":
|
|
@@ -1884,7 +1898,7 @@ export default {
|
|
value: item[key],
|
|
value: item[key],
|
|
};
|
|
};
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+ this.unit = unit;
|
|
this.showName = title;
|
|
this.showName = title;
|
|
});
|
|
});
|
|
},
|
|
},
|