zss
2025-02-18 4b1898aa7f82e400b5958293c6c0a5dce5da6d6c
在线预览调整
已修改3个文件
10 ■■■■ 文件已修改
src/components/do/a6-device/calibration.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/a6-device/device-overview.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/a6-device/management.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/a6-device/calibration.vue
@@ -8,9 +8,9 @@
      <el-button size="small" type="primary" @click="add('add')"
        >添加校准记录</el-button
      >
      <el-button size="small" type="primary" @click="handleDown"
      <!-- <el-button size="small" type="primary" @click="handleDown"
        >导出Excel</el-button
      >
      > -->
    </div>
    <div class="tables" style="margin-top: 10px;">
      <el-table :data="tableData" height="calc(100vh - 20em)">
src/components/do/a6-device/device-overview.vue
@@ -431,7 +431,7 @@
        this.currentPage = 1;
        this.list = [];
        this.entity.laboratoryName = null;
        this.entity.storagePoint = null;
        this.entity.largeCategory = null;
        // 等于1代表为树的一级,label为部门
        if (clickNodeVal.label == "其他") {
          this.laboratoryNameIsNull = true;
@@ -448,7 +448,7 @@
          } else {
            this.entity.laboratoryName = clickNodeVal.parent.label;
          }
          this.entity.storagePoint = clickNodeVal.label;
          this.entity.largeCategory = clickNodeVal.label;
        }
        this.refreshTable();
      }
src/components/do/a6-device/management.vue
@@ -1392,7 +1392,7 @@
            this.componentData.entity.laboratoryName =
              clickNodeVal.parent.label;
          }
          this.componentData.entity.storagePoint = clickNodeVal.label;
          this.componentData.entity.largeCategory = clickNodeVal.label;
        }
        this.refreshTable("page");
      }