From b86035bfd67888d248292df8db6b254c34e56d92 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 7 Sep 2023 14:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=8F=B8=E6=9C=BA=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E6=8C=89=E9=92=AE=E9=98=B2=E9=87=8D=E5=A4=8D=E7=82=B9?= =?UTF-8?q?=E5=87=BB=EF=BC=8C=E6=AF=8F=E6=AC=A1=E8=BF=9B=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E9=BB=98=E8=AE=A4=E5=B1=95=E7=A4=BA=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/workOrderDetail.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/index/workOrderDetail.vue b/src/views/index/workOrderDetail.vue index 9c143272..b8a4f9c6 100644 --- a/src/views/index/workOrderDetail.vue +++ b/src/views/index/workOrderDetail.vue @@ -63,7 +63,9 @@ 服务车辆:{{ orderDetailInfo.taskVehicleName }}
- 服务师傅:{{ orderDetailInfo.driverName }} {{orderDetailInfo.drivePhone ? '/' : ''}} {{orderDetailInfo.drivePhone }} 查看司机位置 + 服务师傅:{{ orderDetailInfo.driverName }} {{orderDetailInfo.drivePhone ? '/' : ''}} {{orderDetailInfo.drivePhone }} + 查看司机位置 +
@@ -89,6 +91,7 @@ export default { showPopup: false, map: '', driverPoiInfo:{}, + noClick:true, } }, async mounted() { @@ -122,9 +125,8 @@ export default { // } }, showMap() { - console.log(this.showPopup) this.showPopup = true; - + this.mapMarkers(); }, initMap() { this.map = new AMap.Map('container',{