From da986046183fb1e96db4244309d859fb75385f8d Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 11 十一月 2025 08:08:08 +0800
Subject: [PATCH] 遗漏条件补充

---
 gmms/WebContent/bigScreen/allGlassScreen.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gmms/WebContent/bigScreen/allGlassScreen.jsp b/gmms/WebContent/bigScreen/allGlassScreen.jsp
index 38b20ce..ca65602 100644
--- a/gmms/WebContent/bigScreen/allGlassScreen.jsp
+++ b/gmms/WebContent/bigScreen/allGlassScreen.jsp
@@ -546,7 +546,7 @@
   position: Absolute;
 }
 #warn-2310{
-  top: 607px !important;  /* 鍘�677px 脳 0.8966鈮�607px */
+  top: 596px !important;  /* 鍘�677px 脳 0.8966鈮�607px */
   left: 322px !important;
   width: 36px !important;
   height: 22px !important;
@@ -916,7 +916,7 @@
       :key="warnItem['0_id']" 
       class="warn-item" 
        :id="'warn-' + warnItem['0_id']" 
-       v-show="warnItem['4_state'] === '0'"
+       v-show="warnItem['4_state'] === '1'"
        :title="warnItem['3_content_value'] || '鏃犺缁嗕俊鎭�'"
       style="
         position: absolute; 

--
Gitblit v1.8.0