feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
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}">
            <!--这个是每个请求的说明,方便生成文档后进行整理-->