|
@@ -22,10 +22,12 @@
|
|
|
<span>冷机台数</span>
|
|
|
<span>
|
|
|
<b
|
|
|
+ v-if='item.real'
|
|
|
style='width:50px;display: inline-block;text-align: center;'
|
|
|
:class='item.recommend.chillerNumSetL==item.real.chillerNumSetLOrg?"":"red"'
|
|
|
>{{shutDown(item.real.chillerNumSetLOrg,true,null)}}</b>大
|
|
|
<b
|
|
|
+ v-if='item.real'
|
|
|
style='width:50px;display: inline-block;text-align: center;'
|
|
|
:class='item.recommend.chillerNumSetS==item.real.chillerNumSetSOrg?"":"red"'
|
|
|
>{{shutDown(item.real.chillerNumSetSOrg,true,null)}}</b> 小
|
|
@@ -33,6 +35,7 @@
|
|
|
<span>冷机出水温度</span>
|
|
|
<span>
|
|
|
<b
|
|
|
+ v-if='item.real'
|
|
|
style='width:50px;display: inline-block;text-align: center;'
|
|
|
:class='item.recommend.chillWaterOutTempSet==item.real.chillWaterOutTempSetOrg?"":"red"'
|
|
|
>{{shutDown(item.real.chillWaterOutTempSetOrg,false,1)}}</b>°C
|