From e060b5724d307c1a3bc8015bf8d8a815c2aaca52 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 23 Apr 2021 11:42:19 +0800
Subject: [PATCH] 地图修改 详情图片获取

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

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

--
Gitblit v1.9.3