|
@@ -54,8 +54,8 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="w15"><span th:text="${item.municipalReply + '%'}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.leaveCount}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.replyCount}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.leaveCount)}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.replyCount)}"></span></div>
|
|
|
<img class="table-triangle-top" th:src="@{img/triangle.png}"/>
|
|
|
<img class="table-triangle-btm" th:src="@{img/triangle.png}"/>
|
|
|
</li>
|
|
@@ -87,8 +87,8 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="w15"><span th:text="${item.areaReply + '%'}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.areaLeaveCount}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.areaReplyCount}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.areaLeaveCount)}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.areaReplyCount)}"></span></div>
|
|
|
<img class="table-triangle-top" th:src="@{img/triangle.png}"/>
|
|
|
<img class="table-triangle-btm" th:src="@{img/triangle.png}"/>
|
|
|
</li>
|
|
@@ -120,8 +120,8 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="w15"><span th:text="${item.countyReply + '%'}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.countyLeaveCount}"></span></div>
|
|
|
- <div class="w15"><span th:text="${item.countyReplyCount}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.countyLeaveCount)}"></span></div>
|
|
|
+ <div class="w15"><span th:text="${T(com.ruoyi.web.controller.tool.NumberUtils).thousandFormatCount(item.countyReplyCount)}"></span></div>
|
|
|
<img class="table-triangle-top" th:src="@{img/triangle.png}"/>
|
|
|
<img class="table-triangle-btm" th:src="@{img/triangle.png}"/>
|
|
|
</li>
|