|
@@ -38,15 +38,15 @@
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
</li>
|
|
</li>
|
|
- <li th:each="item : ${dataSourceOne}">
|
|
|
|
|
|
+ <li th:each="item,itemStat : ${dataSourceOne}">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
- <div class="ph-img-bg"><h3>1</h3></div>
|
|
|
|
|
|
+ <div class="ph-img-bg" th:text="${itemStat.count}"><h3></h3></div>
|
|
<div class="title" th:text="${item.deptName}"></div>
|
|
<div class="title" th:text="${item.deptName}"></div>
|
|
</div>
|
|
</div>
|
|
<div class="w30">
|
|
<div class="w30">
|
|
<span>
|
|
<span>
|
|
<div class="horizontal-percen">
|
|
<div class="horizontal-percen">
|
|
- <span th:style="'width:'+${item.municipalReply}+'%'"></span>
|
|
|
|
|
|
+ <span th:style="'width:'+${item.municipalReply} + '%'"></span>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
@@ -69,15 +69,15 @@
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
</li>
|
|
</li>
|
|
- <li th:each="item : ${dataSourceTwo}">
|
|
|
|
|
|
+ <li th:each="item,itemStat : ${dataSourceTwo}">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
- <div class="ph-img-bg"><h3>1</h3></div>
|
|
|
|
|
|
+ <div class="ph-img-bg" th:text="${itemStat.count}"><h3></h3></div>
|
|
<div class="title" th:text="${item.areaName}"></div>
|
|
<div class="title" th:text="${item.areaName}"></div>
|
|
</div>
|
|
</div>
|
|
<div class="w30">
|
|
<div class="w30">
|
|
<span>
|
|
<span>
|
|
<div class="horizontal-percen">
|
|
<div class="horizontal-percen">
|
|
- <span th:style="'width:'+${item.areaReply}+'%'"></span>
|
|
|
|
|
|
+ <span th:style="'width:'+${item.areaReply} + '%'"></span>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
@@ -100,15 +100,15 @@
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>留言条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
<div class="w15"><h5>回复条数</h5></div>
|
|
</li>
|
|
</li>
|
|
- <li th:each="item : ${dataSourceThree}">
|
|
|
|
|
|
+ <li th:each="item,itemStat : ${dataSourceThree}">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
<div class="w20 flex-row ph-title-gx" style="padding-left: 0;">
|
|
- <div class="ph-img-bg"><h3>1</h3></div>
|
|
|
|
|
|
+ <div class="ph-img-bg" th:text="${itemStat.count}"><h3></h3></div>
|
|
<div class="title" th:text="${item.countyName}"></div>
|
|
<div class="title" th:text="${item.countyName}"></div>
|
|
</div>
|
|
</div>
|
|
<div class="w30">
|
|
<div class="w30">
|
|
<span>
|
|
<span>
|
|
<div class="horizontal-percen">
|
|
<div class="horizontal-percen">
|
|
- <span th:style="'width:'+${item.countyReply}+'%'"></span>
|
|
|
|
|
|
+ <span th:style="'width:'+${item.countyReply} + '%'"></span>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|