|
@@ -320,59 +320,6 @@
|
|
|
</div>
|
|
|
<!-- 全国左侧信息 -->
|
|
|
<div class="leftBox" v-if="mapName == 'KGDL_FGS'">
|
|
|
- <el-dialog
|
|
|
- class="dialogs"
|
|
|
- width="80%"
|
|
|
- v-model="dialogElectric"
|
|
|
- :show-close="true"
|
|
|
- >
|
|
|
- <template #title>
|
|
|
- <div class="dialog-title">
|
|
|
- <img class="dialog-title-img" src="@assets/imgs/dialog-title.png" />
|
|
|
- <div class="title">{{ showName }}</div>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- <div class="dialog-body" style="height: 40vh">
|
|
|
- <img class="dialog-img" src="@assets/imgs/dialog.png" />
|
|
|
- <div class="date">
|
|
|
- <div
|
|
|
- class="day"
|
|
|
- :class="electronType === 'day' ? 'active' : ''"
|
|
|
- @click="handleElectricDetail('day', '日发电量', type)"
|
|
|
- >
|
|
|
- 日
|
|
|
- </div>
|
|
|
- <div
|
|
|
- class="mouth"
|
|
|
- :class="electronType === 'month' ? 'active' : ''"
|
|
|
- @click="handleElectricDetail('month', '月发电量', type)"
|
|
|
- >
|
|
|
- 月
|
|
|
- </div>
|
|
|
- <div
|
|
|
- class="year"
|
|
|
- :class="electronType === 'year' ? 'active' : ''"
|
|
|
- @click="handleElectricDetail('year', '年发电量', type)"
|
|
|
- >
|
|
|
- 年
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <BarCharts
|
|
|
- :list="barList"
|
|
|
- width="100%"
|
|
|
- height="45vh"
|
|
|
- :ratio="10000"
|
|
|
- :showLegend="true"
|
|
|
- :top="30"
|
|
|
- :units="units"
|
|
|
- :interval="electronType === 'day' ? 1 : 0"
|
|
|
- :showkey="showkey"
|
|
|
- :showName="showName"
|
|
|
- :color="colors"
|
|
|
- >
|
|
|
- </BarCharts>
|
|
|
- </div>
|
|
|
- </el-dialog>
|
|
|
<div
|
|
|
:class="
|
|
|
$store.state.themeName === 'light' ? 'new-home-light' : 'new-home'
|
|
@@ -739,6 +686,59 @@
|
|
|
v-if="mapName == 'KGDL_FGS'"
|
|
|
:class="activeTab == -1 || activeTab == -2 ? 'top-distance' : ''"
|
|
|
>
|
|
|
+ <el-dialog
|
|
|
+ class="dialogs"
|
|
|
+ width="80%"
|
|
|
+ v-model="dialogElectric"
|
|
|
+ :show-close="true"
|
|
|
+ >
|
|
|
+ <template #title>
|
|
|
+ <div class="dialog-title">
|
|
|
+ <img class="dialog-title-img" src="@assets/imgs/dialog-title.png" />
|
|
|
+ <div class="title">{{ showName }}</div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <div class="dialog-body" style="height: 40vh">
|
|
|
+ <img class="dialog-img" src="@assets/imgs/dialog.png" />
|
|
|
+ <div class="date">
|
|
|
+ <div
|
|
|
+ class="day"
|
|
|
+ :class="electronType === 'day' ? 'active' : ''"
|
|
|
+ @click="handleElectricDetail('day', '日发电量', type)"
|
|
|
+ >
|
|
|
+ 日
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="mouth"
|
|
|
+ :class="electronType === 'month' ? 'active' : ''"
|
|
|
+ @click="handleElectricDetail('month', '月发电量', type)"
|
|
|
+ >
|
|
|
+ 月
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="year"
|
|
|
+ :class="electronType === 'year' ? 'active' : ''"
|
|
|
+ @click="handleElectricDetail('year', '年发电量', type)"
|
|
|
+ >
|
|
|
+ 年
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <BarCharts
|
|
|
+ :list="barList"
|
|
|
+ width="100%"
|
|
|
+ height="45vh"
|
|
|
+ :ratio="10000"
|
|
|
+ :showLegend="true"
|
|
|
+ :top="30"
|
|
|
+ :units="units"
|
|
|
+ :interval="electronType === 'day' ? 1 : 0"
|
|
|
+ :showkey="showkey"
|
|
|
+ :showName="showName"
|
|
|
+ :color="colors"
|
|
|
+ >
|
|
|
+ </BarCharts>
|
|
|
+ </div>
|
|
|
+ </el-dialog>
|
|
|
<Row type="flex" style="margin-bottom: 20px">
|
|
|
<Col :span="24">
|
|
|
<div class="model-bg-new">
|
|
@@ -1096,7 +1096,7 @@
|
|
|
style="cursor: pointer"
|
|
|
v-for="(item, index) in fdlList"
|
|
|
:key="index"
|
|
|
- @click="handleElectricDetail(item.id)"
|
|
|
+ @click="handleElectricDetail(item.id, item.title)"
|
|
|
>
|
|
|
<el-col :span="4">{{ item.title }}</el-col>
|
|
|
<el-col :span="14">
|
|
@@ -1104,7 +1104,10 @@
|
|
|
<div
|
|
|
class="progress_bar"
|
|
|
:style="{
|
|
|
- width: (item.value / 10000 / item.value1) * 100 + '%',
|
|
|
+ width:
|
|
|
+ item.value && item.value1
|
|
|
+ ? (item.value / 10000 / item.value1) * 100 + '%'
|
|
|
+ : '0',
|
|
|
}"
|
|
|
>
|
|
|
<span class="count">{{ (item.value / 10000).toFixed(2) }}</span>
|
|
@@ -1374,7 +1377,7 @@ export default {
|
|
|
wpId: "KGDL_FGS",
|
|
|
},
|
|
|
{
|
|
|
- name: "山西省",
|
|
|
+ name: "清洁能源",
|
|
|
wpId: "SXJ_RGN",
|
|
|
},
|
|
|
],
|
|
@@ -1410,8 +1413,19 @@ export default {
|
|
|
this.activeTab = activeTab;
|
|
|
this.tabShow = activeTab;
|
|
|
this.showType = showType;
|
|
|
- //当wpId是FDC/GDC时,此时点击全部、风电、光伏按钮,展示山西地图及信息
|
|
|
- if ((wpId == "SXJ_RGN" && this.flag) || name) {
|
|
|
+ //当wpId是FDC/GDC时,此时点击全部、风电、光伏按钮,展示山西地图及对应的公司信息
|
|
|
+ let fcId = wpId;
|
|
|
+ if ((wpId.includes("FDC") || wpId.includes("GDC")) && this.flag) {
|
|
|
+ if (name != "清洁能源") {
|
|
|
+ // 如果公司不是清洁能源,查找当前wpid对应的公司id并赋值给wpId
|
|
|
+ for (var key in this.StationinformationData.station) {
|
|
|
+ if (key == wpId) {
|
|
|
+ fcId = this.StationinformationData.station[key].companyid;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ fcId = "SXJ_RGN";
|
|
|
+ }
|
|
|
this.flag = true;
|
|
|
this.penetrateType = 3;
|
|
|
this.currents = 1;
|
|
@@ -1421,11 +1435,11 @@ export default {
|
|
|
: name
|
|
|
? name
|
|
|
: this.stationList[this.currents].wpId;
|
|
|
- this.companyid = wpId;
|
|
|
+ this.companyid = fcId;
|
|
|
this.companyname = name;
|
|
|
- this.currentTitle = wpId == "SXJ_RGN" ? "山西省" : name;
|
|
|
+ this.currentTitle = name;
|
|
|
}
|
|
|
- this.$emit("mapClicks", wpId, activeTab);
|
|
|
+ this.$emit("mapClicks", fcId, activeTab);
|
|
|
this.$emit("currentActiveTab", this.penetrateType);
|
|
|
},
|
|
|
backMap(wpId, planBtnName) {
|
|
@@ -1680,7 +1694,7 @@ export default {
|
|
|
this.fdlList = [
|
|
|
{
|
|
|
title: "日发电量",
|
|
|
- id: "date",
|
|
|
+ id: "day",
|
|
|
value:
|
|
|
this.tabShow == 0
|
|
|
? data.qy_r_sjdl
|