|
|
@@ -58,7 +58,7 @@
|
|
|
{{ scope.row[`${key}_peakLoad`] ? scope.row[`${key}_peakLoad`] : '---' }}
|
|
|
</template>
|
|
|
</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">
|
|
|
{{ scope.row[`${key}_loadRate`] ? scope.row[`${key}_loadRate`] + '%' : '---' }}
|
|
|
</template>
|
|
|
@@ -66,7 +66,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</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>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="chartVisiable1 = false">返回</el-button>
|