From cbc0cdf271210d6ec1ff04e591ddbf9e7c5b10f7 Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Wed, 1 Feb 2023 09:18:24 +0800 Subject: [PATCH] =?UTF-8?q?infowindow=E5=BC=B9=E6=A1=86=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=87=AA=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 +- src/views/components/pathMap.vue | 173 ++++++++++++++++++++++++++----- 2 files changed, 151 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8aa9197..adac81e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,8 +33,8 @@ background-color: transparent !important; } div:nth-child(9){ - top: 0.1rem !important; - left: 0.1rem !important; + top:0.1rem !important; + left:0.1rem !important; } img { diff --git a/src/views/components/pathMap.vue b/src/views/components/pathMap.vue index 80f9401..66c38b8 100644 --- a/src/views/components/pathMap.vue +++ b/src/views/components/pathMap.vue @@ -1,9 +1,31 @@ - + + + + + x + + {{ infoWindowObj.carNo }} + {{ locationStatus[infoWindowObj.obj.SbcStatus] }} + {{ infoWindowObj.obj.spd }}km/h + + + 设备位置: + {{ infoWindowObj.position }} + + + 最后定位时间: + {{ infoWindowObj.obj.GPSTimeStamp }} + + + 行程轨迹 + + +