he wei
2024-01-05 0c5e180aa1491b7de28395d6546b2aa57365a9c5
U bug修复
3个文件已修改
7 ■■■■■ 已修改文件
src/components/bar2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/powerCabinetControl/components/card2.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/switchControl/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/bar2.vue
@@ -306,7 +306,7 @@
  mounted() {
    this.setData({
      xLabel: ["A相", "B相", "C相"],
      sData: [30, 50, 120],
      sData: [0, 0, 0],
    });
  },
};
src/views/powerCabinetControl/components/card2.vue
@@ -100,8 +100,8 @@
        let _key0 = datas[prop_key0];
        let _key1 = datas[prop_key1];
        return !this.setFlag
          ? getBit(_key1, index % 25)
          : getBit(_key0, index % 25);
        ? getBit(_key0, index % 25)
        : getBit(_key1, index % 25);
      } else {
        return this.setFlag ? datas[key1] : datas[key0];
      }
src/views/switchControl/index.vue
@@ -449,6 +449,7 @@
    changeTab(idx) {
      this.currIdx = idx;
      this.sendMessage2();
      this.updateChart();
      // this.getBreakerInfByAddr();
    },
    getList(res) {