From 08263c2c6a67332f3aaa7658aa0a966e2f14e1da Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 28 May 2021 14:07:26 +0800
Subject: [PATCH] 路线导航修改
---
xcxjingqingmap/lxdhmap.html | 62 ++++++++++++++++++++++++++++++-
1 files changed, 60 insertions(+), 2 deletions(-)
diff --git a/xcxjingqingmap/lxdhmap.html b/xcxjingqingmap/lxdhmap.html
index b1519eb..e3c1276 100644
--- a/xcxjingqingmap/lxdhmap.html
+++ b/xcxjingqingmap/lxdhmap.html
@@ -52,7 +52,6 @@
<div id="mapVue">
<div id="map"></div>
-
<div class="lxdh_input_div">
<input id="lxdh_input" v-model="searchValue" type="text">
@@ -64,9 +63,68 @@
<div id="mh_query" v-if="mh_query_show">
</div>
-
</div>
+ <div id="seedata">
+ <div class="title">
+ {{seedata.deviceName}}
+ <div class="title-span"> </div>
+ {{seedata.deviceNumber}}
+ <div class="title-span"> </div>
+ <div class="title-span"> </div>
+ </div>
+ <div class="main">
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/ren.png" alt="">
+ 使用方:
+ </div>
+ <div class="f-m-o-center">{{seedata.deptName}}</div>
+ </div>
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/ren.png" alt="">
+ 接警人:
+ </div>
+ <div class="f-m-o-center">{{seedata.alarmPeople}}</div>
+ </div>
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/dianhua.png" alt="">
+ 联系电话:
+ </div>
+ <div class="f-m-o-center">{{seedata.phoneNumber}}</div>
+ </div>
+ <el-divider></el-divider>
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/shijian.png" alt="">
+ 报警时间:
+ </div>
+ <div class="f-m-o-center">{{seedata.alarmTime}}</div>
+ </div>
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/leixing.png" alt="">
+ 报警类型:
+ </div>
+ <div class="f-m-o-center">{{seedata.alarmType}}</div>
+ </div>
+ <el-divider></el-divider>
+ <div class="f-m-once">
+ <div class="f-m-o-title">
+ <img class="f-m-o-t-img" src="./img/beizhu.png" alt="">
+ 备注:
+ </div>
+ <div class="f-m-o-center">{{seedata.bz}}</div>
+ </div>
+ <div class="but">
+ <div class="butb" @click="LXdhJQ">路线导航</div>
+ </div>
+ </div>
+ </div>
+
+ </div>
<!-- vue渲染 -->
--
Gitblit v1.9.3