+
+ 设备ID:{{ device && device.id ? device.id : "-" }}
+ 序列号:{{ device && device.sn ? device.sn : "-" }}
+ 名称:{{ device && device.alias ? device.alias : "-" }}
+ 设备备注:{{ device && device.remark ? device.remark : "-" }}
+ 显示轨迹点:{{ trajectoryPoints.length }}
+
+ 共 {{ totalTrajectoryCount }} 条,当前仅展示最近 {{ trajectoryPoints.length }} 条
+
+
+
+
+
+
+
+
+ 地图服务
+
+
+ 高德地图
+
+
+ 谷歌地图
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ formatTrackTime(
+ scope.row.locationTime ||
+ scope.row.reportedTime ||
+ scope.row.createTime
+ )
+ }}
+
+
+
+
+ {{ formatTrackCoordinates(scope.row.lat, scope.row.lng) }}
+
+
+
+
+ {{ scope.row.address || "-" }}
+
+
+
+
+
+
+
+
+
+