|
|
@@ -301,25 +301,16 @@
|
|
|
}"
|
|
|
>
|
|
|
<el-table-column :resizable="true" :sortable="false" prop="subNm" label="变电站" />
|
|
|
- <!-- </el-table-column> -->
|
|
|
<el-table-column :resizable="true" :sortable="false" prop="compNm" label="归属旗县" />
|
|
|
- <!-- </el-table-column> -->
|
|
|
<el-table-column :resizable="true" :sortable="false" prop="temperature" label="温度(℃)" />
|
|
|
- <!-- </el-table-column> -->
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="loadRate" label="负载率(%)">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.loadRate ? (Number(scope.row.loadRate) * 100).toFixed(2) : '--' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="confidence" label="置信度(%)">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.confidence ? (Number(scope.row.confidence) * 100).toFixed(2) : '--' }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <!-- <el-table-column :resizable="true" :sortable="false" prop="dailyrainfall" label="当日降雨量"/>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="false" prop="terraintype" label="地形类型"/>
|
|
|
- </el-table-column> -->
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="baseLoad" label="基础负荷(MW)" />
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="peakLoad" label="最大负荷(MW)" />
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="electricHeatingLoad" label="电采暖负荷(MW)" />
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div
|