From 0f0cf4da61abdae52371420474bf0ebabc917f60 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期一, 09 三月 2026 10:05:36 +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