From 36aea6acd5ec532f5e6fcb530debd174a28cd450 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 08 十二月 2025 15:35:37 +0800
Subject: [PATCH] 出入库结算及单据打印

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

diff --git a/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html
index 490cd29..4148cf0 100644
--- a/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/eventInfo/eventInfo.html
@@ -39,8 +39,8 @@
                 </div>
                 <!-- 浜嬩欢鍗$墖 -->
                 <div th:each="eventInfo : ${eventInfoList}" class="gallery-item">
-                    <img th:src="@{/logo-sm.png}" th:alt="${eventInfo.id}"
-                         th:data-url="@{/logo-sm.png}" th:data-id="${eventInfo.id}"
+                    <img th:src="${eventInfo.imgName ?: '/logo-sm.png'}" th:alt="${eventInfo.id}"
+                         th:data-url="${eventInfo.imgName ?: '/logo-sm.png'}" th:data-id="${eventInfo.id}"
                          class="gallery-img" onclick="showEventInfoPreview(this.getAttribute('data-url'))">
                     <div class="gallery-info">
                         <div class="gallery-header">

--
Gitblit v1.9.3