From a0535e42ebe01366d3bb83e00eb0180b34682a63 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 04 六月 2026 14:04:19 +0800
Subject: [PATCH] 马铃薯app 1.客户往来、供应商往来查询展示修改 2.环境检测页面展示修改

---
 src/pages/inventoryManagement/environmentalMonitoring/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/pages/inventoryManagement/environmentalMonitoring/index.vue b/src/pages/inventoryManagement/environmentalMonitoring/index.vue
index a5bc8d9..c70b516 100644
--- a/src/pages/inventoryManagement/environmentalMonitoring/index.vue
+++ b/src/pages/inventoryManagement/environmentalMonitoring/index.vue
@@ -48,6 +48,7 @@
               <view class="device-base">
                 <text class="device-name">{{ item.name }}</text>
                 <text class="device-meta">璁惧缂栫爜锛歿{ item.guid || "--" }}</text>
+                <text class="device-meta">瀛樻斁浣嶇疆锛歿{ item.storageLocation || "--" }}</text>
               </view>
               <text class="device-tag">鍦ㄧ嚎鐩戞祴</text>
             </view>
@@ -106,6 +107,7 @@
     name: source?.deviceName || source?.name || source?.deviceNo || `璁惧${index + 1}`,
     guid: source?.guid || source?.deviceGuid || source?.id || "",
     deviceCode: source?.deviceCode || source?.deviceNo || source?.code || "",
+    storageLocation: source?.storageLocation || "",
     temperature: 0,
     humidity: 0,
     co2: 0,
@@ -153,6 +155,7 @@
     name: item.name,
     guid: item.guid,
     deviceCode: item.deviceCode,
+    storageLocation: item.storageLocation,
     temperature: formatMetric(item.temperature, TEMP_UNIT),
     humidity: formatMetric(item.humidity, "%RH"),
     co2: formatMetric(item.co2, "ppm"),

--
Gitblit v1.9.3