Browse Source

йй

master
esoe 2 months ago
parent
commit
827c08eb77
  1. 1
      gates/src/main/resources/templates/view-xlsx.html

1
gates/src/main/resources/templates/view-xlsx.html

@ -48,6 +48,7 @@ xmlns:th="http://www.thymeleaf.org">
<tbody> <tbody>
<tr th:each="row: ${xlsx.values()}"> <tr th:each="row: ${xlsx.values()}">
<td th:if="${rowStat.count} &gt; 1" th:each="cell : ${row}"> <td th:if="${rowStat.count} &gt; 1" th:each="cell : ${row}">
<!-- <td th:each="cell : ${row}"></td> -->
<span th:text="${cell.content}"></span> <span th:text="${cell.content}"></span>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save