|
@@ -21,20 +21,20 @@
|
|
<div class="jk_txt" >
|
|
<div class="jk_txt" >
|
|
<h2 class="jk_sj"><i th:text="${Visualization_Report_Event_Count}"/></h2>
|
|
<h2 class="jk_sj"><i th:text="${Visualization_Report_Event_Count}"/></h2>
|
|
<span>上报总数</span>
|
|
<span>上报总数</span>
|
|
- <div id="jk_hover">
|
|
|
|
- <ul>
|
|
|
|
- <li th:each="veec : ${Visualization_Event_Each_Count}">
|
|
|
|
- <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'">森林防火:</span>
|
|
|
|
- <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'">病虫害:</span>
|
|
|
|
- <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
|
|
- <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
|
|
- <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
|
|
- [[${veec.COUNT}]]
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div id="jk_hover">
|
|
|
|
+ <ul>
|
|
|
|
+ <li th:each="veec : ${Visualization_Event_Each_Count}">
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'">森林防火:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'">病虫害:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'">偷盗偷猎:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_4'">乱砍乱伐:</span>
|
|
|
|
+ <span th:if="${veec.RESERVEPLAN_TYPE} eq 'reserveplan_type_5'">偷砂采石:</span>
|
|
|
|
+ [[${veec.COUNT}]]
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="jk_div" onmouseover="overShowTow()" onmouseout="overHideTow()" >
|
|
<div class="jk_div" onmouseover="overShowTow()" onmouseout="overHideTow()" >
|