测试 用electron + springboot 构建桌面应用
he wei
2022-05-07 83e3d5e636070c50b3c5ad99ecad53681d443d59
U 错别字 拆 改为 折
1个文件已修改
4 ■■■■ 已修改文件
src/main/demo/src/views/result.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/demo/src/views/result.vue
@@ -133,13 +133,13 @@
        PosInsRes: lastRecord.PosInsRes,
        NegInsRes: lastRecord.NegInsRes,
      },
      optsTitle: capTest ? "测试容量拆线图" : "环境温度折线图",
      optsTitle: capTest ? "测试容量折线图" : "环境温度折线图",
    };
  },
  methods: {
    formatData() {
      let { fboData, fboDataStart, fboDataStop } = this.info;
      console.log(fboData, fboDataStart, fboDataStop, "=====data?");
      // console.log(fboData, fboDataStart, fboDataStop, "=====data?");
      let monCount = fboDataStart.BattGroup;
      let times = [],
        groupVol = [],