zhaoyun 1 miesiąc temu
rodzic
commit
1f94ab47a8

+ 2 - 2
src/views/modules/load-forecasting-v2/components/forecasting-detail.vue

@@ -58,7 +58,7 @@
               {{ scope.row[`${key}_peakLoad`] ? scope.row[`${key}_peakLoad`] : '---' }}
               {{ scope.row[`${key}_peakLoad`] ? scope.row[`${key}_peakLoad`] : '---' }}
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-          <el-table-column align="center" :sortable="true" :prop="`${key}_loadRate`" label="最大负率">
+          <el-table-column align="center" :sortable="true" :prop="`${key}_loadRate`" label="最大负率">
             <template slot-scope="scope">
             <template slot-scope="scope">
               {{ scope.row[`${key}_loadRate`] ? scope.row[`${key}_loadRate`] + '%' : '---' }}
               {{ scope.row[`${key}_loadRate`] ? scope.row[`${key}_loadRate`] + '%' : '---' }}
             </template>
             </template>
@@ -66,7 +66,7 @@
         </el-table-column>
         </el-table-column>
       </el-table>
       </el-table>
     </div>
     </div>
-    <el-dialog :visible.sync="chartVisiable1" title="预测结果详情" width="800">
+    <el-dialog :visible.sync="chartVisiable1" title="图表展示" width="800">
       <div id="accumulatedrainfallChart1" style="width: 100%; height: 600px"></div>
       <div id="accumulatedrainfallChart1" style="width: 100%; height: 600px"></div>
       <span slot="footer" class="dialog-footer">
       <span slot="footer" class="dialog-footer">
         <el-button @click="chartVisiable1 = false">返回</el-button>
         <el-button @click="chartVisiable1 = false">返回</el-button>