From 688739df6ffd99d6a3790a7b1d21eba93668e7dd Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 13 四月 2026 16:29:09 +0800
Subject: [PATCH] #日志托盘高度

---
 src/main/webapp/static/js/deviceLogs/deviceLogs.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/deviceLogs/deviceLogs.js b/src/main/webapp/static/js/deviceLogs/deviceLogs.js
index 1af4ed9..98a03f5 100644
--- a/src/main/webapp/static/js/deviceLogs/deviceLogs.js
+++ b/src/main/webapp/static/js/deviceLogs/deviceLogs.js
@@ -876,7 +876,7 @@
                     statusLabel: statusLabel,
                     tone: MonitorCardKit.statusTone(statusLabel),
                     title: '绔欑偣 ' + MonitorCardKit.orDash(station.stationId) + ' 路 浠诲姟 ' + MonitorCardKit.orDash(station.taskNo),
-                    detail: '鐩爣绔欑偣 ' + MonitorCardKit.orDash(station.targetStaNo) + ' / 杞借揣 ' + (loading ? '鏈夌墿' : '鏃犵墿') + ' / 鏉$爜 ' + MonitorCardKit.orDash(station.barcode),
+                    detail: '鐩爣绔欑偣 ' + MonitorCardKit.orDash(station.targetStaNo) + ' / 杞借揣 ' + (loading ? '鏈夌墿' : '鏃犵墿') + ' / 鎵樼洏楂樺害 ' + MonitorCardKit.orDash(station.palletHeight) + ' / 鏉$爜 ' + MonitorCardKit.orDash(station.barcode),
                     hint: hasError ? (MonitorCardKit.orDash(station.error) + (station.errorMsg ? (' 路 ' + station.errorMsg) : '')) : ('鑷姩 ' + (autoing ? '鏄�' : '鍚�') + ' / 鍏佽鍏ュ簱 ' + (this.toBool(station.inEnable) ? '鏄�' : '鍚�'))
                 };
             }

--
Gitblit v1.9.1