src/views/general/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/general/index.vue
@@ -795,10 +795,10 @@ this.powerInfo[1].vol = (CD.alldcvol).toFixed(bit); this.powerInfo[1].cur = (CD.alldccurr).toFixed(bit); // 电源运行状态 if (AB.alldcvol > 0 && AB.alldccurr > 0) { if (AB.alldcvol > 50) { this.status[2].run = true; } if (CD.alldcvol > 0 && CD.alldccurr > 0) { if (CD.alldcvol > 50) { this.status[1].run = true; } } @@ -886,7 +886,7 @@ this.powerInfo[0].cur = (data.alldccurr).toFixed(bit); // 电源运行状态 if (data.alldcvol > 0 && data.alldccurr > 0) { if (data.alldcvol > 50) { this.status[0].run = true; } // 电流