+
+
+ 车牌号{{ waybillLocateInfo.vehicleNo || '-' }}
+
+
+ 定位时间{{ waybillLocateInfo.locateTime || '-' }}
+
+
+ 速度{{ waybillLocateInfo.speed || '-' }}
+
+
+ 方向{{ waybillLocateInfo.direction || '-' }}
+
+
+ 地址{{ waybillLocateInfo.address || '-' }}
+
+
+ 坐标{{
+ waybillLocateInfo.longitude != null && waybillLocateInfo.latitude != null
+ ? `${waybillLocateInfo.longitude}, ${waybillLocateInfo.latitude}`
+ : '-'
+ }}
+
+
+
+
+
+ {{ waybillLocateHint || '暂无数据' }}
+
+
+
+
+
+ {{ waybillTrackHint || '暂无数据' }}
+
+
+