From e2ed7cb4ef578d970beca80aea4903e9b13cd1f8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 23 Apr 2021 17:21:40 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 public/map/widgets/supervisoryMap/template.html |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/public/map/widgets/supervisoryMap/template.html b/public/map/widgets/supervisoryMap/template.html
index 8717bad..8bfba5e 100644
--- a/public/map/widgets/supervisoryMap/template.html
+++ b/public/map/widgets/supervisoryMap/template.html
@@ -22,11 +22,10 @@
                         <div class='select-list'>
                             <ul>
                                 <li>全部</li>
-                                <li>一体化摄像头</li>
-                                <li>普通枪式摄像头</li>
-                                <li>红外夜视防水型摄像头</li>
-                                <li>球型摄像头</li>
-                                <li>高速球</li>
+                                <li>在线</li>
+                                <li>警报</li>
+                                <li>故障</li>
+                                <li>离线</li>
                             </ul>
                         </div>
                     </li>
@@ -43,9 +42,8 @@
                                 <tr>
                                     <th>序号</th>
                                     <th>设备名称</th>
-                                    <th>设备类型</th>
                                     <th>设备编码</th>
-                                    <th>操作</th>
+                                    <th>设备状态</th>
                                 </tr>
                             </thead>
                         </table>

--
Gitblit v1.9.3