From 196bb14112448857a885e32dc4149e308e00b01a Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 15 八月 2024 11:57:15 +0800 Subject: [PATCH] 2024.8.15 各项修正 --- 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