From d74734fd32b892c4e71dccc0f85db7f3e9d36f18 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 27 Apr 2021 09:14:34 +0800
Subject: [PATCH] websocket调整
---
public/map/widgets/supervisoryMap/template.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index dad6b03..d5866cc 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>
@@ -176,9 +176,9 @@
<thead>
<tr>
<th>序号</th>
- <th>类别</th>
- <th>等级</th>
<th>名称</th>
+ <th>等级</th>
+ <th>类型</th>
<!-- <th>操作</th> -->
</tr>
</thead>
--
Gitblit v1.9.3