|
@@ -151,14 +151,14 @@
|
|
|
<font
|
|
|
:class='parseInt(chillerCommand.nowPlantLoad)=="-9999"?"reds":""'
|
|
|
>{{(chillerCommand.nowPlantLoad==undefined)?'--':(parseInt(chillerCommand.nowPlantLoad)=='-9999'?'x':(parseInt(chillerCommand.nowPlantLoad)=='-9998'?'--':parseInt(chillerCommand.nowPlantLoad)))}}</font>
|
|
|
- <font style='font-size:12px;'>kw</font>
|
|
|
+ <font style='font-size:12px;'>kW</font>
|
|
|
</span>
|
|
|
<span>未来1小时预测冷量</span>
|
|
|
<span>
|
|
|
<font
|
|
|
:class='parseInt(chillerCommand.predictedLoad1h)=="-9999"?"reds":""'
|
|
|
>{{(chillerCommand.predictedLoad1h==undefined)?'--':(parseInt(chillerCommand.predictedLoad1h)=='-9999'?'x':(parseInt(chillerCommand.predictedLoad1h)=='-9998'?'--':parseInt(chillerCommand.predictedLoad1h)))}}</font>
|
|
|
- <font style='font-size:12px;'>kw</font>
|
|
|
+ <font style='font-size:12px;'>kW</font>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
type: 'dotted'
|
|
|
}
|
|
|
},
|
|
|
- axisLabel: { formatter: '{value} KW' }
|
|
|
+ axisLabel: { formatter: '{value} kW' }
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
@@ -590,7 +590,7 @@ export default {
|
|
|
type: 'dotted'
|
|
|
}
|
|
|
},
|
|
|
- axisLabel: { formatter: '{value} KW' }
|
|
|
+ axisLabel: { formatter: '{value} kW' }
|
|
|
},
|
|
|
series: [
|
|
|
{
|