From 0d59d664b3b81e9264df6ad513d06b1b2c84c931 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 27 三月 2026 11:43:34 +0800
Subject: [PATCH] 大屏首页储量数量展示,仅展示散粮;抓拍跟踪图片展示业务逻辑调整
---
fzzy-igdss-web/src/main/resources/templates/group/index.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/group/index.html b/fzzy-igdss-web/src/main/resources/templates/group/index.html
index 668638a..230f996 100644
--- a/fzzy-igdss-web/src/main/resources/templates/group/index.html
+++ b/fzzy-igdss-web/src/main/resources/templates/group/index.html
@@ -258,14 +258,14 @@
<div class="lb-wrap">
<div class="lb-body">
<ul class="right-topInfo-jg">
- <li>
+ <li style="width: 100%">
<p id="foodSum">0</p>
<h3>鏁g伯 (鍚�)</h3>
</li>
- <li>
- <p id="packFoodSum">0</p>
- <h3>鎴愬搧 (鍚�)</h3>
- </li>
+<!-- <li>-->
+<!-- <p id="packFoodSum">0</p>-->
+<!-- <h3>鎴愬搧 (鍚�)</h3>-->
+<!-- </li>-->
</ul>
</div>
</div><!-- lb-wrap end -->
--
Gitblit v1.9.3