diff --git a/package.json b/package.json index c750dc66..5e1fc833 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,10 @@ "parserOptions": { "parser": "@babel/eslint-parser" }, - "rules": {} - + "rules": {}, + "globals":{ + "AMap": "true" + } }, "browserslist": [ "> 1%", diff --git a/public/index.html b/public/index.html index e892cab0..f0eb98d6 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,6 @@ diff --git a/src/assets/desitationPosition.png b/src/assets/desitationPosition.png new file mode 100644 index 00000000..ba03fcb9 Binary files /dev/null and b/src/assets/desitationPosition.png differ diff --git a/src/assets/minePosition.png b/src/assets/minePosition.png new file mode 100644 index 00000000..aa8c8239 Binary files /dev/null and b/src/assets/minePosition.png differ diff --git a/src/assets/vehiclePosition.png b/src/assets/vehiclePosition.png new file mode 100644 index 00000000..2dcfe6a8 Binary files /dev/null and b/src/assets/vehiclePosition.png differ diff --git a/src/views/index/workOrderDetail.vue b/src/views/index/workOrderDetail.vue index cfbed213..12a6f5e3 100644 --- a/src/views/index/workOrderDetail.vue +++ b/src/views/index/workOrderDetail.vue @@ -63,16 +63,19 @@ 服务车辆:{{ orderDetailInfo.taskVehicleName }}
- 服务师傅:{{ orderDetailInfo.driverName }} {{orderDetailInfo.drivePhone ? '/' : ''}} {{orderDetailInfo.drivePhone }} + 服务师傅:{{ orderDetailInfo.driverName }} {{orderDetailInfo.drivePhone ? '/' : ''}} {{orderDetailInfo.drivePhone }} 查看司机位置
+
-