|
@@ -52,7 +52,7 @@
|
|
|
v-for="item in tabIndex != 2 ? wpArray : cftlist"
|
|
|
:key="item.id"
|
|
|
:value="item.id"
|
|
|
- :label="item.name"
|
|
|
+ :label="item.aname"
|
|
|
/>
|
|
|
</el-select>
|
|
|
</div>
|
|
@@ -126,26 +126,26 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tab1 -->
|
|
|
- <div v-if="tabIndex == 0" class="TabOne tabs">
|
|
|
- <panel :title="'功率分析'" class="TabOne_topChart">
|
|
|
- <area-line-chart
|
|
|
- :height="'100%'"
|
|
|
- :lineData="lostChartData"
|
|
|
- :units="lostChartUnit"
|
|
|
- :areaData="LostChartBgColorData"
|
|
|
- @areaClick="areaBarChartClick"
|
|
|
- :showLegend="true"
|
|
|
- />
|
|
|
- </panel>
|
|
|
- <panel :title="'损失电量分析'" class="TabOne_centerChart">
|
|
|
- <multiple-bar-line-chart
|
|
|
- :height="'100%'"
|
|
|
- :barData="powerChartData"
|
|
|
- :lineData="powerChartLineData"
|
|
|
- :units="['(kWh)', '(m/s)']"
|
|
|
- :showLegend="true"
|
|
|
- />
|
|
|
- </panel>
|
|
|
+ <div v-if="tabIndex == 0" class="TabOne tabsev">
|
|
|
+ <panel :title="'功率分析'" class="TabOne_topChart">
|
|
|
+ <area-line-chart
|
|
|
+ :height="'100%'"
|
|
|
+ :lineData="lostChartData"
|
|
|
+ :units="lostChartUnit"
|
|
|
+ :areaData="LostChartBgColorData"
|
|
|
+ @areaClick="areaBarChartClick"
|
|
|
+ :showLegend="true"
|
|
|
+ />
|
|
|
+ </panel>
|
|
|
+ <panel :title="'损失电量分析'" class="TabOne_centerChart">
|
|
|
+ <multiple-bar-line-chart
|
|
|
+ :height="'100%'"
|
|
|
+ :barData="powerChartData"
|
|
|
+ :lineData="powerChartLineData"
|
|
|
+ :units="['(kWh)', '(m/s)']"
|
|
|
+ :showLegend="true"
|
|
|
+ />
|
|
|
+ </panel>
|
|
|
<div class="table-info">
|
|
|
<panel class="table-panel" :title="'当日报警记录'" :showLine="false">
|
|
|
<el-table
|
|
@@ -188,7 +188,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tab2 -->
|
|
|
- <div v-if="tabIndex == 1" class="tab-2 tabs">
|
|
|
+ <div v-if="tabIndex == 1" class="tab-2 tabsev">
|
|
|
<el-row style="height: 100%">
|
|
|
<el-col style="height: 100%; padding-right: 10px" :span="15">
|
|
|
<panel :title="'功率曲线'" style="height: 270px; margin-bottom: 10px">
|
|
@@ -463,7 +463,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tab3 -->
|
|
|
- <div v-if="tabIndex == 2" class="tab-3 tabs">
|
|
|
+ <div v-if="tabIndex == 2" class="tab-3 tabsev">
|
|
|
<el-row style="height: calc((100% - 10px) / 2); margin-bottom: 10px">
|
|
|
<el-col :span="8" class="tabColSty">
|
|
|
<panel
|
|
@@ -639,7 +639,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tab4 -->
|
|
|
- <div v-if="tabIndex == 3" class="tab-4 tabs">
|
|
|
+ <div v-if="tabIndex == 3" class="tab-4 tabsev">
|
|
|
<el-row style="height: calc((100% - 10px) / 2); margin-bottom: 10px">
|
|
|
<el-col :span="8" class="tabColSty">
|
|
|
<panel
|
|
@@ -815,7 +815,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tab5 -->
|
|
|
- <div v-if="tabIndex == 4" class="tab-5 tabs">
|
|
|
+ <div v-if="tabIndex == 4" class="tab-5 tabsev">
|
|
|
<el-row style="height: calc((100% - 10px) / 2); margin-bottom: 10px">
|
|
|
<el-col :span="8">
|
|
|
<panel title="日小风切入">
|
|
@@ -1935,7 +1935,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .tabs {
|
|
|
+ .tabsev {
|
|
|
height: calc(100% - 55px);
|
|
|
}
|
|
|
.outline {
|
|
@@ -1944,13 +1944,13 @@ export default {
|
|
|
|
|
|
.TabOne {
|
|
|
.TabOne_topChart {
|
|
|
- height: calc((100% - 260px) / 2);
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- .TabOne_centerChart {
|
|
|
- margin-bottom: 10px;
|
|
|
- height: calc((100% - 260px) / 2);
|
|
|
- }
|
|
|
+ height: calc((100% - 260px) / 2);
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ .TabOne_centerChart {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ height: calc((100% - 260px) / 2);
|
|
|
+ }
|
|
|
.table-info {
|
|
|
display: flex;
|
|
|
height: 260px;
|