guoxiaohuan 5 years ago
parent
commit
e4dd8a2888
2 changed files with 2 additions and 11 deletions
  1. 2 2
      src/views/evaluate/index.vue
  2. 0 9
      src/views/strategy/bomBox.vue

+ 2 - 2
src/views/evaluate/index.vue

@@ -229,10 +229,10 @@ export default {
                 this.rate(this.tindoorFillRate, '#rate1', ['#0091FF', '#E1F2FF'])
             }
             if (this.energySavingRate) {
-                this.rate(this.energySavingRate, '#rate2', ['#FFBA6B', '#FEE9D2'])
+                this.rate(this.energySavingRate, '#rate2', ['#00D6B9', '#D5F6F2'])
             }
             if (this.chillerExecuteRate) {
-                this.rate(this.chillerExecuteRate, '#rate3', ['#00D6B9', '#D5F6F2'])
+                this.rate(this.chillerExecuteRate, '#rate3', ['#FFBA6B', '#FEE9D2'])
             }
         },
         daterangeLeft() {

+ 0 - 9
src/views/strategy/bomBox.vue

@@ -6,20 +6,11 @@
         </div>
         <div class='bomb-left'>
             <div class='bomb-left1'>当前策略</div>
-            <!-- <div
-                class='bomb-left2'
-                v-if='data.openTime'
-            >开机时间 {{data.onTime?(data.onTime.slice(0,2)+":"+ data.onTime.slice(2,4)):'--'}} - {{data.onTime?(data.onTime.slice(0,2)+":"+ data.onTime.slice(2,4)):'--'}}</div>-->
-            <!-- <div
-                class='bomb-left2'
-                v-else-if='data.offTime'
-            >关机时间 {{data.offTime?(data.offTime.slice(0,2)+":"+ data.offTime.slice(2,4)):'--'}} - {{data.offTime?(data.offTime.slice(0,2)+":"+ data.offTime.slice(2,4)):'--'}}</div>-->
             <div class='bomb-left2'>
                 应执行时间
                 <span v-if='data.onTime'>{{data.onTime?data.onTime.slice(0,2)+":"+data.onTime.slice(2,4):"--"}}</span>
                 <span v-else-if='data.offTime'>{{data.offTime?data.offTime.slice(0,2)+":"+data.offTime.slice(2,4):"--"}}</span>
                 <span v-else>{{data.executeTime?data.executeTime.slice(8,10)+":"+data.executeTime.slice(10,12):"--"}}</span>
-                <!-- {{data.executeTime?(data.executeTime.slice(8,10)+":"+ data.executeTime.slice(10,12)):'--'}} - {{data.executeTime?(data.executeTime.slice(8,10)+":"+ data.executeTime.slice(10,12)):'--'}} -->
             </div>
             <div class='bomb-left3'>策略可靠度</div>
             <div id='circleEcharts' style='width:170px;height:204px'></div>