|
@@ -184,9 +184,9 @@
|
|
|
{{ scope.row.mainNum }}
|
|
{{ scope.row.mainNum }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="mainCapacity" label="主变容量">
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="mainCapacity" label="主变容量(MVA)">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.mainCapacity }} MVA
|
|
|
|
|
|
|
+ {{ scope.row.mainCapacity }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<!-- <el-table-column :resizable="true" :sortable="true" prop="temperature" label="温度">
|
|
<!-- <el-table-column :resizable="true" :sortable="true" prop="temperature" label="温度">
|
|
@@ -195,11 +195,12 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="peakLoad" label="最大负荷(MW)" />
|
|
<el-table-column :resizable="true" :sortable="true" prop="peakLoad" label="最大负荷(MW)" />
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="loadRate" label="负载率(%)" />
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="baseLoad" label="基础负荷(MW)" />
|
|
<el-table-column :resizable="true" :sortable="true" prop="baseLoad" label="基础负荷(MW)" />
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="electricHeatingLoad" label="电采暖负荷(MW)" />
|
|
<el-table-column :resizable="true" :sortable="true" prop="electricHeatingLoad" label="电采暖负荷(MW)" />
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="usersNum" label="用户数" />
|
|
<el-table-column :resizable="true" :sortable="true" prop="usersNum" label="用户数" />
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="pingfangUsers" label="平房区用户数" />
|
|
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="electricHeatingUsers" label="接入电暖用户数" />
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="pfUsersNum" label="平房用户数" />
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="joinElectricHeatingNum" label="接入电暖用户数" />
|
|
|
<el-table-column :resizable="true" :sortable="true" prop="pingfangElectricHeatingCapacity" label="接入电采暖容量(MWA)" />
|
|
<el-table-column :resizable="true" :sortable="true" prop="pingfangElectricHeatingCapacity" label="接入电采暖容量(MWA)" />
|
|
|
<el-table-column width="120" label="操作">
|
|
<el-table-column width="120" label="操作">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|