From 4b1898aa7f82e400b5958293c6c0a5dce5da6d6c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 18 二月 2025 14:44:26 +0800
Subject: [PATCH] 在线预览调整

---
 src/components/do/a6-device/device-overview.vue |    4 ++--
 src/components/do/a6-device/management.vue      |    2 +-
 src/components/do/a6-device/calibration.vue     |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/do/a6-device/calibration.vue b/src/components/do/a6-device/calibration.vue
index bff1387..b9e66c3 100644
--- a/src/components/do/a6-device/calibration.vue
+++ b/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)">
diff --git a/src/components/do/a6-device/device-overview.vue b/src/components/do/a6-device/device-overview.vue
index a3f83c7..a442ba8 100644
--- a/src/components/do/a6-device/device-overview.vue
+++ b/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浠h〃涓烘爲鐨勪竴绾э紝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();
       }
diff --git a/src/components/do/a6-device/management.vue b/src/components/do/a6-device/management.vue
index 88fbca6..0eae648 100644
--- a/src/components/do/a6-device/management.vue
+++ b/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");
       }

--
Gitblit v1.9.3