|
@@ -2,16 +2,9 @@
|
|
|
<div style="width: 100%;height:100%;padding: 10px;">
|
|
|
<div class="operationHome" v-if="$route.path === '/economicsOperation'">
|
|
|
<!-- <tab @select="selectionItemClick" /> -->
|
|
|
- <div class="tabs">
|
|
|
- <!-- @click="selectTab(index, item)" -->
|
|
|
- <div class="tab-item" v-for="(item, index) of tabData" :key="item"
|
|
|
- :class="{ active: activeIndex == index }">
|
|
|
- {{ item.text }}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<div class="homeMain">
|
|
|
<div class="homeLeaf">
|
|
|
- <Row type="flex" class="plan" style="height:20%">
|
|
|
+ <Row type="flex" class="plan" style="height:21%">
|
|
|
<Col :span="24">
|
|
|
<com-panel title="发电量" sub-title="(单位:万kWh)" bodyPadd="50px"
|
|
|
style="position: relative;height: 100%">
|
|
@@ -25,7 +18,7 @@
|
|
|
</com-panel>
|
|
|
</Col>
|
|
|
</Row>
|
|
|
- <Row type="flex" class="plan" style="height:78%">
|
|
|
+ <Row type="flex" class="plan" style="height:79%">
|
|
|
<Col :span="24">
|
|
|
<com-panel title="主要经济指标同期对比" sub-title="(电量单位:万kWh)" style="position: relative;height: 100%">
|
|
|
<operationTable :data="zbtqdb" height="100%"></operationTable>
|
|
@@ -34,7 +27,7 @@
|
|
|
</Row>
|
|
|
</div>
|
|
|
<div class="homeCenter">
|
|
|
- <Row type="flex" style="height:20%;">
|
|
|
+ <Row type="flex" style="height:23%;">
|
|
|
<Col :span="24" style="background: #142446 !important;">
|
|
|
<power-plan :data="planData" :title="planBtnName" />
|
|
|
</Col>
|
|
@@ -66,6 +59,13 @@
|
|
|
</Row>
|
|
|
</div>
|
|
|
<div class="homeRight">
|
|
|
+ <div class="tabs">
|
|
|
+ <!-- @click="selectTab(index, item)" -->
|
|
|
+ <div class="tab-item" v-for="(item, index) of tabData" :key="item"
|
|
|
+ :class="{ active: activeIndex == index }">
|
|
|
+ {{ item.text }}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<Row type="flex" class="rightplan" v-for="it in rightTableData" :key="it.name" style="height:48.5%">
|
|
|
<Col :span="24">
|
|
|
<com-panel :title="it.name" sub-title="(电量单位:万kWh)" style="position: relative;height: 100%">
|