diff --git a/src/components/VehiclesManager/VehicleGroupsTable.vue b/src/components/VehiclesManager/VehicleGroupsTable.vue index 4e08175..6b2f47b 100644 --- a/src/components/VehiclesManager/VehicleGroupsTable.vue +++ b/src/components/VehiclesManager/VehicleGroupsTable.vue @@ -24,12 +24,7 @@
| + |
{{ header.title }}
@@ -65,15 +60,11 @@
|
- {{ row.vehicleGroupRef.speedLoco }} + {{ row.vehicleGroupRef.speedLoco ?? '-' }} | - {{ row.vehicleGroupRef.speedLoaded }} - | - -- {{ row.vehicleGroupRef._count.vehicles }} + {{ row.vehicleGroupRef.speedLoaded ?? '-' }} | @@ -85,7 +76,15 @@ | - {{ row.vehicleGroupRef.massSpeeds ? 'WPISANE' : 'BRAK' }} + {{ row.vehicleGroupRef.massSpeeds ? '✅' : '❌' }} + | + ++ {{ row.vehicleGroupRef.cargoTypes?.length ?? '-' }} + | + ++ {{ row.vehicleGroupRef._count.vehicles ?? '0' }} |