whychw
2020-10-12 d8ac0a410c74e454d23cdd726b0cbd007bc5ab1e
U 综合页面 运行状态 电压> 50V
1个文件已修改
6 ■■■■ 已修改文件
src/views/general/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | 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;
              }
              // 电流