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/WatchDualCrnCard.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/components/WatchDualCrnCard.js b/src/main/webapp/components/WatchDualCrnCard.js
index dd96e2a..2fe132c 100644
--- a/src/main/webapp/components/WatchDualCrnCard.js
+++ b/src/main/webapp/components/WatchDualCrnCard.js
@@ -228,8 +228,8 @@
{ label: "璁惧宸ヤ綅2浠诲姟鍙�", value: this.orDash(item.deviceTaskNoTwo) },
{ label: "宸ヤ綅1鐘舵��", value: this.orDash(item.status) },
{ label: "宸ヤ綅2鐘舵��", value: this.orDash(item.statusTwo) },
- { label: "宸ヤ綅1鏄惁鏈夌墿", value: MonitorCardKit.yesNo(item.loading) },
- { label: "宸ヤ綅2鏄惁鏈夌墿", value: MonitorCardKit.yesNo(item.loadingTwo) },
+ { label: "宸ヤ綅1鏄惁鏈夌墿", value: this.orDash(item.loading) },
+ { label: "宸ヤ綅2鏄惁鏈夌墿", value: this.orDash(item.loadingTwo) },
{ label: "宸ヤ綅1璐у弶瀹氫綅", value: this.orDash(item.forkOffset) },
{ label: "宸ヤ綅2璐у弶瀹氫綅", value: this.orDash(item.forkOffsetTwo) },
{ label: "宸ヤ綅1浠诲姟鎺ユ敹", value: this.orDash(item.taskReceive) },
--
Gitblit v1.9.1