-
- | Festgeschrieben: |
- {{itemInfo.fixed ? "Ja" : "Nein"}} |
-
-
- | Fahrzeug: |
- {{itemInfo.trackingDevice.vehicle.licensePlate}} |
-
-
- | Typ: |
- {{itemInfo.type ? itemInfo.type : "-"}} |
-
-
- | Fahrer: |
- {{profiles.find(i => i.id === itemInfo.driver) ? profiles.find(i => i.id === itemInfo.driver).fullName : "-"}} |
-
-
- | Startzeit: |
- {{dayjs(itemInfo.startTime).format("DD.MM.YY HH:mm")}} |
-
-
- | Endzeit: |
- {{dayjs(itemInfo.endTime).format("DD.MM.YY HH:mm")}} |
-
-
- | Entfernung: |
- {{(itemInfo.distance/1000).toFixed(2)}} km |
-
-
- | Beschreibung: |
- {{itemInfo.description ? itemInfo.description : "-" }} |
-
-
-
-
-