Browse Source

折现基准

Shannon_mu 1 year ago
parent
commit
98f59ef02f

+ 1 - 1
energyManagement/src/views/refrigeration/energySavingPlatform/energyAnalyze.vue

@@ -164,7 +164,7 @@ export default {
                         }
                     }
                 ];
-                this.options.yAxis[0].max = standardCop
+                this.options.yAxis[0].max = 10
             } else if (this.type == '2') {
                 this.label = '月度电量分析';
                 this.icon = require('../../../assets/img/energyIcon/icon_dianliang.png');