From ea1d5d98f246db71c8ef1b1e63ef5ed4e363881f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 26 Apr 2021 09:22:20 +0800
Subject: [PATCH] logo页面更改
---
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