This commit is contained in:
Taric Xin
2022-03-09 14:40:57 +08:00
parent 6c47267388
commit 2d0b000242
3 changed files with 125 additions and 4 deletions

View File

@ -135,7 +135,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
let list :any[] = [];
points?.forEach((item: any) => {
list.push({
name: item.hgt,
name: `${item.spd}km/h`,
lnglat: [Number((Number(item.lon) / 600000).toFixed(6)), Number((Number(item.lat) / 600000).toFixed(6))]
});
});