whychw
2020-10-12 21e87d6f033e6212d42e08d4d8a4dc68b27a243b
U 自动加载 设功率时补参数 水冷页面标题
5个文件已修改
16 ■■■■■ 已修改文件
src/views/general/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/loadManager/autoload.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/waterCooling/index1.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/waterCooling/index2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/waterCooling/index3.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/general/index.vue
@@ -785,7 +785,7 @@
          this.floatBox[2].list[2].value = (AB.alldcvol).toFixed(bit);
          this.floatBox[2].list[3].value = (AB.alldccurr).toFixed(bit);
          this.powerInfo[2].vor = (AB.alldcvol).toFixed(bit);
          this.powerInfo[2].vol = (AB.alldcvol).toFixed(bit);
          this.powerInfo[2].cur = (AB.alldccurr).toFixed(bit);
          this.floatBox[1].list[1].value = CD.conn_flag ? '串联' : '并联';
src/views/loadManager/autoload.vue
@@ -185,7 +185,9 @@
        show: false,
        data: {
          delay: '',
          dev_id: ''
          dev_id: '',
          dev_ip: '',
          num: 0
        },
        rules: {
          delay: [{
@@ -307,6 +309,7 @@
      this.updateSetPower.data.set_power = obj.set_power;
      this.updateSetPower.data.dev_id = obj.dev_id;
      this.updateSetPower.data.dev_ip = obj.dev_ip;
      this.updateSetPower.data.num = obj.FZ_button_num;
      this.updateSetPower.show = true;
    }
    // 设定时间间隔
src/views/waterCooling/index1.vue
@@ -1,6 +1,6 @@
<template>
  <div class="page_watercooling flex_column posA_full">
    <div class="page_title">运行界面</div>
    <div class="page_title">1号水冷装置运行界面</div>
    <div class="btn-group">
      <div class="btn_3d" @click="toWater(2)">切换到2号水冷装置</div>
      <div class="btn_3d" @click="toWater(3)">切换到3号水冷装置</div>
@@ -596,7 +596,8 @@
      return this.$api.water.getStatus({water_id}).then((res) => {
        res = JSON.parse(res.data.result);
        // console.log(res, '9999999999999999')
        // console.log(res, '9999999999999999');
        // debugger;
        if (!res.code) {
          return;
        }
src/views/waterCooling/index2.vue
@@ -1,6 +1,6 @@
<template>
  <div class="page_watercooling flex_column posA_full">
    <div class="page_title">运行界面</div>
    <div class="page_title">2号水冷装置运行界面</div>
    <div class="btn-group">
      <div class="btn_3d" @click="toWater(1)">切换到1号水冷装置</div>
      <div class="btn_3d" @click="toWater(3)">切换到3号水冷装置</div>
src/views/waterCooling/index3.vue
@@ -1,6 +1,6 @@
<template>
  <div class="page_watercooling flex_column posA_full">
    <div class="page_title">运行界面</div>
    <div class="page_title">3号水冷装置运行界面</div>
    <div class="btn-group">
      <div class="btn_3d" @click="toWater(1)">切换到1号水冷装置</div>
      <div class="btn_3d" @click="toWater(2)">切换到2号水冷装置</div>