|
@@ -44,9 +44,9 @@
|
|
|
height: '40px',
|
|
height: '40px',
|
|
|
}"
|
|
}"
|
|
|
class="item-label"
|
|
class="item-label"
|
|
|
- >变电站名称</label
|
|
|
|
|
|
|
+ >变电站</label
|
|
|
>
|
|
>
|
|
|
- <el-input v-model="searchForm.subName" placeholder="变电站名称" @keydown.enter.native="search()" clearable></el-input>
|
|
|
|
|
|
|
+ <el-input v-model="searchForm.subName" placeholder="变电站" @keydown.enter.native="search()" clearable></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
<div
|
|
<div
|
|
|
:style="{
|
|
:style="{
|
|
@@ -72,7 +72,7 @@
|
|
|
<el-select
|
|
<el-select
|
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
v-model="searchForm.compNm"
|
|
v-model="searchForm.compNm"
|
|
|
- placeholder="归属县旗名称"
|
|
|
|
|
|
|
+ placeholder="归属县旗"
|
|
|
@keydown.enter.native="search()"
|
|
@keydown.enter.native="search()"
|
|
|
clearable
|
|
clearable
|
|
|
>
|
|
>
|
|
@@ -163,13 +163,13 @@
|
|
|
>
|
|
>
|
|
|
<el-table-column :resizable="true" type="selection" align="center" width="50"></el-table-column>
|
|
<el-table-column :resizable="true" type="selection" align="center" width="50"></el-table-column>
|
|
|
<el-table-column :resizable="true" :sortable="true" label="序号" type="index" width="50" />
|
|
<el-table-column :resizable="true" :sortable="true" label="序号" type="index" width="50" />
|
|
|
-
|
|
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="subNm" label="变电站名称">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- {{ scope.row.subNm }}
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="dataDate" label="日期" />
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="subNm" label="变电站">
|
|
|
|
|
+ <template slot-scope="scope" :resizable="true" :sortable="true">
|
|
|
|
|
+ {{scope.row.subNm }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="compNm" label="归属旗县">
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="compNm" label="归属旗县">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.compNm }}
|
|
{{ scope.row.compNm }}
|
|
|
</template>
|
|
</template>
|
|
@@ -184,24 +184,23 @@
|
|
|
{{ scope.row.mainNum }}
|
|
{{ scope.row.mainNum }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="mainCapacity" label="主变容量(MVA)">
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="mainCapacity" label="主变容量">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.mainCapacity }}
|
|
|
|
|
|
|
+ {{ scope.row.mainCapacity }} MVA
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="dataDate" label="采集日期" />
|
|
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="temperature" label="当日温度(℃)">
|
|
|
|
|
|
|
+ <!-- <el-table-column :resizable="true" :sortable="true" prop="temperature" label="温度">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.temperature }}
|
|
|
|
|
|
|
+ {{ scope.row.temperature }}℃
|
|
|
</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="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="pingfangUsers" label="平房区用户数" />
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="electricHeatingUsers" label="平房区接入电暖用户数" />
|
|
|
|
|
- <el-table-column :resizable="true" :sortable="true" prop="pingfangElectricHeatingCapacity" label="平房区已接入电采暖容量(MWA)" />
|
|
|
|
|
|
|
+ <el-table-column :resizable="true" :sortable="true" prop="electricHeatingUsers" label="接入电暖用户数" />
|
|
|
|
|
+ <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">
|
|
|
<el-button class="view" type="success" @click="addOrUpdateHandler(scope.row.id, 'view')">
|
|
<el-button class="view" type="success" @click="addOrUpdateHandler(scope.row.id, 'view')">
|