From dc0579496b9c858806a606523397cd43ee6217ba Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 06 五月 2025 11:42:42 +0800
Subject: [PATCH] feat: 新增回调记录表和优化订单记录表

---
 ruoyi-ui/src/views/system/gps/map.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/system/gps/map.vue b/ruoyi-ui/src/views/system/gps/map.vue
index a9ee044..972e902 100644
--- a/ruoyi-ui/src/views/system/gps/map.vue
+++ b/ruoyi-ui/src/views/system/gps/map.vue
@@ -398,7 +398,7 @@
             marker.addEventListener("click", () => {
               // 鍒涘缓淇℃伅绐楀彛
               const infoWindow = new BMap.InfoWindow(
-                `鏃堕棿锛�${currentSegment[index].collectTime}<br/>閫熷害锛�${
+                `杞︾墝鍙凤細${currentSegment[index].vehicleNo}<br/>鏃堕棿锛�${currentSegment[index].collectTime}<br/>閫熷害锛�${
                   currentSegment[index].speed
                 }km/h<br/>鏂瑰悜锛�${currentSegment[index].direction}掳<br/>鍦板潃锛�${address}`
               );
@@ -482,7 +482,7 @@
             marker.addEventListener("click", () => {
               // 鍒涘缓淇℃伅绐楀彛
               const infoWindow = new BMap.InfoWindow(
-                `鏃堕棿锛�${row.collectTime}<br/>閫熷害锛�${row.speed}km/h<br/>鏂瑰悜锛�${row.direction}掳<br/>鍦板潃锛�${address}`
+                `杞︾墝鍙凤細${row.vehicleNo}<br/>鏃堕棿锛�${row.collectTime}<br/>閫熷害锛�${row.speed}km/h<br/>鏂瑰悜锛�${row.direction}掳<br/>鍦板潃锛�${address}`
               );
               this.map.openInfoWindow(infoWindow, data.points[0]);
             });

--
Gitblit v1.9.1