guoxiaohuan 5 rokov pred
rodič
commit
00f70241e7
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      src/views/evaluate/evCard.vue

+ 3 - 0
src/views/evaluate/evCard.vue

@@ -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