From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
public/map/widgets/supervisoryMap/template.html | 37 +++++++++++++++++++------------------
1 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index 488ce2b..7fdf246 100644
--- a/public/map/widgets/supervisoryMap/template.html
+++ b/public/map/widgets/supervisoryMap/template.html
@@ -22,14 +22,15 @@
<div class='select-list'>
<ul>
<li>全部</li>
- <li>在线</li>
- <li>警报</li>
- <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,7 +91,7 @@
</div>
</li>
<li>
- <input type="checkbox" id='policeHeatMap'> 热力图
+ <input type="checkbox" class="p" id='policeHeatMap'> 热力图
</li>
</ul>
</div>
@@ -108,7 +109,7 @@
<th>类别</th>
<th>接警员</th>
<th>日期</th>
- <th>操作</th>
+ <th>状态</th>
</tr>
</thead>
</table>
@@ -128,24 +129,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 +164,10 @@
</div>
</li>
<li>
- <!-- 级别 -->
+ 级别
</li>
</ul>
- </div>
+ </div> -->
<div class='analysis-table-content'>
<div class="table">
@@ -175,10 +176,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