From b597204ef9e53ce47f48a412668be2a8df62282a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 24 Apr 2021 15:31:32 +0800
Subject: [PATCH] 地图警情弹窗
---
public/map/widgets/supervisoryMap/template.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index 8bfba5e..dad6b03 100644
--- a/public/map/widgets/supervisoryMap/template.html
+++ b/public/map/widgets/supervisoryMap/template.html
@@ -7,7 +7,7 @@
<!-- 展示分析研判 -->
<div class="analysis-container">
<!-- 设备信息 -->
- <div class="analysis-container-equipment">
+ <!-- <div class="analysis-container-equipment">
<div class="analysis-category">
<ul>
<li id='equipmentCategory'>
@@ -57,7 +57,7 @@
</div>
</div>
</div>
- </div>
+ </div> -->
<!-- 警情信息 -->
<div class="analysis-container-police">
<div class="analysis-category">
@@ -109,7 +109,7 @@
<th>类别</th>
<th>接警员</th>
<th>日期</th>
- <th>操作</th>
+ <!-- <th>操作</th> -->
</tr>
</thead>
</table>
@@ -179,7 +179,7 @@
<th>类别</th>
<th>等级</th>
<th>名称</th>
- <th>操作</th>
+ <!-- <th>操作</th> -->
</tr>
</thead>
</table>
--
Gitblit v1.9.3