From ae04c5d925b0094e1a1ba1f2ce0bf6da0a6fee04 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 22 一月 2026 17:27:55 +0800
Subject: [PATCH] 2026.1.22 1. 新增台账上传office文档功能; 2. 新增office文档存储原始文档名字功能

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

diff --git a/src/main/resources/templates/word.html b/src/main/resources/templates/word.html
index b055562..0fd7619 100644
--- a/src/main/resources/templates/word.html
+++ b/src/main/resources/templates/word.html
@@ -84,9 +84,9 @@
         <a class="download_btn" th:if="${download == 1}" th:href="${'/downloadWord?url='+ url}">涓嬭浇鏂囨。</a>
         <br>
     </div>
-    <div th:each="tableMap:${tableMap}" style="margin-bottom:20px;">
+    <div th:each="tableMap, tableMapStat:${tableMap}" style="margin-bottom:20px;">
         <!--杩欎釜鏄被鐨勮鏄�-->
-        <h4 class="first_title" th:text="${tableMap.count} + '. ' + ${tableMap.key}"></h4>
+        <h4 class="first_title" th:text="${tableMapStat.count} + '. ' + ${tableMap.key}"></h4>
         <div th:each="table,tableStat:${tableMap.value}">
 
             <!--杩欎釜鏄瘡涓姹傜殑璇存槑锛屾柟渚跨敓鎴愭枃妗e悗杩涜鏁寸悊-->

--
Gitblit v1.9.3