|
@@ -39,7 +39,13 @@
|
|
<div id="centerCharts" class="chartsStyle"></div>
|
|
<div id="centerCharts" class="chartsStyle"></div>
|
|
</div>
|
|
</div>
|
|
<div class="warn-table" style="margin-top: 20px" v-show="title === '功率预测'">
|
|
<div class="warn-table" style="margin-top: 20px" v-show="title === '功率预测'">
|
|
- <el-table :data="tableData" ref="report-table_power" max-height="50vh" style="width: 100%">
|
|
|
|
|
|
+ <el-table :data="tableData" ref="report-table_power" max-height="50vh" style="width: 100%"
|
|
|
|
+ :header-cell-style="{
|
|
|
|
+ padding: '4px',
|
|
|
|
+ fontSize: '16px',
|
|
|
|
+ fontWeight: bold,
|
|
|
|
+ border: '0.5px solid rgba(0,0,0,.5) !important',
|
|
|
|
+ }">
|
|
<el-table-column prop="dataTime" label="时间" align="center" width="160"></el-table-column>
|
|
<el-table-column prop="dataTime" label="时间" align="center" width="160"></el-table-column>
|
|
<el-table-column prop="theoreticalPower" label="理论功率" align="center"></el-table-column>
|
|
<el-table-column prop="theoreticalPower" label="理论功率" align="center"></el-table-column>
|
|
<el-table-column prop="availablePower" label="可用功率" align="center"></el-table-column>
|
|
<el-table-column prop="availablePower" label="可用功率" align="center"></el-table-column>
|
|
@@ -74,7 +80,13 @@
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="warn-table" v-show="title === '风速预测' || title === '辐照度预测'">
|
|
<div class="warn-table" v-show="title === '风速预测' || title === '辐照度预测'">
|
|
- <el-table :data="tableData" ref="report-table_wind" max-height="400px" style="width: 100%">
|
|
|
|
|
|
+ <el-table :data="tableData" ref="report-table_wind" max-height="400px" style="width: 100%"
|
|
|
|
+ :header-cell-style="{
|
|
|
|
+ padding: '4px',
|
|
|
|
+ fontSize: '16px',
|
|
|
|
+ fontWeight: bold,
|
|
|
|
+ border: '0.5px solid rgba(0,0,0,.5) !important',
|
|
|
|
+ }">
|
|
<el-table-column prop="dataTime" label="时间" align="center" width="160"></el-table-column>
|
|
<el-table-column prop="dataTime" label="时间" align="center" width="160"></el-table-column>
|
|
<el-table-column label="当期数据" align="center">
|
|
<el-table-column label="当期数据" align="center">
|
|
<el-table-column prop="actualWindSpeedDq" label="实际" align="center"></el-table-column>
|
|
<el-table-column prop="actualWindSpeedDq" label="实际" align="center"></el-table-column>
|