Browse Source

策略执行颜色

xiaohuan 5 years ago
parent
commit
2ce985056a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/evaluate/evIndoorTemperature.vue

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

@@ -184,7 +184,7 @@ export default {
                         type: 'bar',
                         barWidth: '80%',
                         stack: '堆叠',
-                        data: this.strategy2,
+                        data: this.strategy3,
                         itemStyle: {
                             normal: {
                                 color: '#F54E45'
@@ -201,7 +201,7 @@ export default {
                                 color: '#8D9399'
                             }
                         },
-                        data: this.strategy3
+                        data: this.strategy2
                     },
                     {
                         name: '室内温度满足率',