whychw
2020-12-05 8e5a203736791037a7792a7a2b9ca631a586975a
U 水冷去除多余的文字 电源单独运行优化
2个文件已修改
39 ■■■■■ 已修改文件
src/script/draw_water_cooling.js 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/chargePower/alone.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/script/draw_water_cooling.js
@@ -368,12 +368,6 @@
      ,subName: 'panel'
    }, true);
    can.drawText({
      x: 1040,
      y: 304,
      txt: 'P13'
    });
    can.drawRect({
      strokeStyle: 'transparent',
      startX: 1160
@@ -383,12 +377,6 @@
      ,subName: 'panel'
    }, true);
    can.drawText({
      x: 1390,
      y: 320,
      txt: 'V501'
    });
    can.drawRect({
      strokeStyle: 'transparent',
      startX: 1340
@@ -397,12 +385,6 @@
      ,height: 30
      ,subName: 'panel'
    }, true);
    can.drawText({
      x: 1390,
      y: 458,
      txt: 'V502'
    });
    can.drawRect({
      strokeStyle: 'transparent',
@@ -678,12 +660,6 @@
      ,subName: 'input'
    }, true);
    /*can.drawText({
      x: 670,
      y: 160,
      txt: 'TRT01_T(℃)'
    });*/
    // index: 7    TRT01_R 阀厅湿度
    can.drawRect({
      strokeStyle: 'transparent',
@@ -693,18 +669,6 @@
      height: 40
      ,subName: 'input'
    }, true);
    /*can.drawText({
      x: 670,
      y: 290,
      txt: 'TRT01_R(%)'
    });*/
    /*can.drawText({
      x: 1270,
      y: 392,
      txt: 'PT11(bar)'
    });*/
  }
  // 画连线
  can.drawLine({
src/views/chargePower/alone.vue
@@ -565,7 +565,8 @@
      if (this.G_data.length > 50) {
        this.G_data.shift();
      }
      this.$refs['G_dialog_id'].setOption(this.format(this.G_data));
      this.$refs['G_dialog_id'] && this.$refs['G_dialog_id'].setOption(this.format(this.G_data));
    }
    ,format (data) {
      let xLabel = [],