diff --git a/subpkg/property/vehicle.vue b/subpkg/property/vehicle.vue index c84525d..e491cf0 100644 --- a/subpkg/property/vehicle.vue +++ b/subpkg/property/vehicle.vue @@ -21,7 +21,7 @@ {{address.terminus.address}} - + 车辆状态:已完成 进行中 @@ -35,10 +35,11 @@ {{address.transfer.address}} - + 车辆状态:已完成 - 进行中 + 未开始 + 进行中 @@ -207,8 +208,6 @@ // 计算距离 getDistance(point1, point2) { const rad = Math.PI / 180.0; - - const lat1 = point1.latitude; const lng1 = point1.longitude; const lat2 = point2.latitude; @@ -336,6 +335,7 @@ .li { margin: 20rpx 0; + line-height: 40rpx; } .cir {