From 1e0b151f8e1fab091fbc24051baefc33fa677052 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期三, 10 十二月 2025 11:17:56 +0800
Subject: [PATCH] 电子巡更,巡更详情,巡更轨迹图添加
---
fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
index 6181a3f..a85257a 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
@@ -80,7 +80,7 @@
</div>
<div class="meta-item" style="width: 50%">
<i class="layui-icon layui-icon-date"></i>
- <span th:text="${#dates.format(eventInfo.time, 'yyyy-MM-dd HH:mm:ss')}"></span>
+ <span th:text="${#dates.format(eventInfo.time, 'yyyy-MM-dd HH:mm')}"></span>
</div>
</div>
<div class="meta-item">
--
Gitblit v1.9.3