zhaoyun 1 ヶ月 前
コミット
f4979abda6
共有1 個のファイルを変更した5 個の追加4 個の削除を含む
  1. 5 4
      src/views/modules/load-data/index.vue

+ 5 - 4
src/views/modules/load-data/index.vue

@@ -184,9 +184,9 @@
               {{ scope.row.mainNum }}
             </template>
           </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">
-              {{ scope.row.mainCapacity }}  MVA
+              {{ scope.row.mainCapacity }}  
             </template>
           </el-table-column>
          <!-- <el-table-column :resizable="true" :sortable="true" prop="temperature" label="温度">
@@ -195,11 +195,12 @@
             </template>
           </el-table-column> -->
           <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="electricHeatingLoad" label="电采暖负荷(MW)" />
           <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 width="120" label="操作">
             <template slot-scope="scope">