From e81cf49f6deaad2de7922d0e44242d2990fd0cfa Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 15 四月 2026 16:05:08 +0800
Subject: [PATCH] #前端显示有物优化

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

diff --git a/src/main/webapp/components/WatchCrnCard.js b/src/main/webapp/components/WatchCrnCard.js
index 7e20467..f609016 100644
--- a/src/main/webapp/components/WatchCrnCard.js
+++ b/src/main/webapp/components/WatchCrnCard.js
@@ -216,7 +216,7 @@
         { label: "鐘舵��", value: this.orDash(item.status) },
         { label: "婧愬簱浣�", value: this.orDash(item.sourceLocNo) },
         { label: "鐩爣搴撲綅", value: this.orDash(item.locNo) },
-        { label: "鏄惁鏈夌墿", value: MonitorCardKit.yesNo(item.loading) },
+        { label: "鏄惁鏈夌墿", value: this.orDash(item.loading) },
         { label: "浠诲姟鎺ユ敹", value: this.orDash(item.taskReceive) },
         { label: "鍒�", value: this.orDash(item.bay) },
         { label: "灞�", value: this.orDash(item.lev) },

--
Gitblit v1.9.1