From 4f4e7d8f32289be22bccadbe338abef784070393 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期一, 09 三月 2026 15:05:49 +0800
Subject: [PATCH] 导出添加制表人,制表时间,查询时间

---
 fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
index 68f7f7e..0ec3a25 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
@@ -40,8 +40,8 @@
                         </select>
                         </li>
                         <li th:if="${viewType == '1'}" style="display: flex">
-                            <label>浜嬩欢鍚嶇О锛�</label>
-                            <input class="form-control" type="text" name="name" placeholder="璇疯緭鍏ヤ簨浠跺悕绉�">
+                            <label>浜嬩欢鏍囩锛�</label>
+                            <input class="form-control" type="text" name="name" placeholder="璇疯緭鍏ヤ簨浠舵爣绛�">
                         </li>
                         <li class="select-time">
                             <label style="width: 100px">浜嬩欢鏃堕棿锛� </label>
@@ -115,7 +115,7 @@
             </div>
 
             <!-- 鍒嗛〉鎺т欢 -->
-            <div class="pagination-container" th:if="${not #lists.isEmpty(eventInfoList)}">
+            <div class="pagination-container" id="paginationContainer">
                 <div id="pagination"></div>
             </div>
         </div>

--
Gitblit v1.9.3