From f0ca4d8ba074e441b85f4d689850f14c41bb229c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 30 Apr 2021 18:09:55 +0800
Subject: [PATCH] 用户更改部门调整为级联选择器

---
 public/map/widgets/supervisoryMap/template.html |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index 488ce2b..374ba45 100644
--- a/public/map/widgets/supervisoryMap/template.html
+++ b/public/map/widgets/supervisoryMap/template.html
@@ -24,12 +24,13 @@
                                 <li>全部</li>
                                 <li>在线</li>
                                 <li>警报</li>
+                                <li>故障</li>
                                 <li>离线</li>
                             </ul>
                         </div>
                     </li>
                     <li>
-                        <input type="checkbox" id='equipmentHeatMap'> 热力图
+                        <input type="checkbox" class="S" id='equipmentHeatMap'> 热力图
                     </li>
                 </ul>
             </div>
@@ -90,12 +91,13 @@
                         </div>
                     </li>
                     <li>
-                        <input type="checkbox" id='policeHeatMap'> 热力图
+                        <input type="checkbox" class="p" id='policeHeatMap'> 热力图
                     </li>
                 </ul>
             </div>
             <div class='analysis-selection-criteria'>
-                <input type="text" id='analysis_select_time_start' readonly> <span>-</span> <input type="text" id='analysis_select_time_end' readonly>
+                <input type="text" id='analysis_select_time_start' readonly> <span>-</span> <input type="text"
+                    id='analysis_select_time_end' readonly>
                 <input type="button" value='查询' id='policeSelectTime'>
             </div>
             <div class='analysis-table-content'>
@@ -108,7 +110,7 @@
                                     <th>类别</th>
                                     <th>接警员</th>
                                     <th>日期</th>
-                                    <th>操作</th>
+                                    <th>状态</th>
                                 </tr>
                             </thead>
                         </table>
@@ -128,24 +130,24 @@
                     <li id='ownerCategory'>
                         类型:
                         <div>
-                            全部
 
-                            <i>
-
-                            </i>
+                            <i>全部</i>
+                            <i>医院</i>
+                            <i>学校</i>
+                            <i>小区</i>
                         </div>
                         <div class='select-list'>
                             <ul>
-                           
+
                             </ul>
                         </div>
                     </li>
                     <li>
-                        <input type="checkbox" id='ownerHeatMap'> 热力图
+                        <input type="checkbox" class="Y" id='ownerHeatMap'> 热力图
                     </li>
                 </ul>
             </div>
-            <div class="analysis-level">
+            <!-- <div class="analysis-level">
                 <ul>
                     <li id='ownerLevel'>
                         等级:
@@ -163,10 +165,10 @@
                         </div>
                     </li>
                     <li>
-                        <!-- 级别 -->
+                        级别
                     </li>
                 </ul>
-            </div>
+            </div> -->
 
             <div class='analysis-table-content'>
                 <div class="table">
@@ -175,10 +177,10 @@
                             <thead>
                                 <tr>
                                     <th>序号</th>
-                                    <th>类别</th>
-                                    <th>等级</th>
                                     <th>名称</th>
-                                    <th>操作</th>
+                                    <th>等级</th>
+                                    <th>类型</th>
+                                    <!-- <th>操作</th> -->
                                 </tr>
                             </thead>
                         </table>

--
Gitblit v1.9.3