|
@@ -48,15 +48,16 @@
|
|
|
<div class='rightL'>
|
|
|
<div class='rightLengend'>
|
|
|
<i class='reactCool'></i> 实际供冷量
|
|
|
- <i class='preCool'></i> 预测冷量
|
|
|
+ <i class='preCool'></i>
|
|
|
+ 预测冷量
|
|
|
</div>
|
|
|
<div id='rightLine' style='width:100%;height:350px;'></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class='side-r' :class='data.hasOwnProperty("isExcuted")?(data.isExecuted?"green":"red"):"gray"'>
|
|
|
+ <div class='side-r' :class='chillerCommandQ.hasOwnProperty("isExecuted")?(chillerCommandQ.isExecuted?"green":"red"):"gray"'>
|
|
|
<div v-if='!showDraw' class='float-r' @click='showDraw = true'>
|
|
|
- <div class='float-line' :class='data.hasOwnProperty("isExcuted")?(data.isExecuted?"green":"red"):"gray"'></div>
|
|
|
+ <div class='float-line' :class='chillerCommandQ.hasOwnProperty("isExecuted")?(chillerCommandQ.isExecuted?"green":"red"):"gray"'></div>
|
|
|
<img src='../../assets/open.png' alt />
|
|
|
<p>当前策略</p>
|
|
|
</div>
|