From 72f62e60dd11c17d3cb3f30962b3fd3a685d01cd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Apr 2021 11:51:52 +0800
Subject: [PATCH] 地图弹窗,面包屑样式,地图图标切换
---
public/map/widgets/supervisoryMap/template.html | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index 488ce2b..d5866cc 100644
--- a/public/map/widgets/supervisoryMap/template.html
+++ b/public/map/widgets/supervisoryMap/template.html
@@ -24,6 +24,7 @@
<li>全部</li>
<li>在线</li>
<li>警报</li>
+ <li>故障</li>
<li>离线</li>
</ul>
</div>
@@ -108,7 +109,7 @@
<th>类别</th>
<th>接警员</th>
<th>日期</th>
- <th>操作</th>
+ <th>状态</th>
</tr>
</thead>
</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