From c203dcab79a4f9c988d8166747935e43c8c2937b Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 25 Nov 2025 14:24:59 +0100 Subject: [PATCH] chore: added updating group of a vehicle --- .../VehiclesManager/VehiclesTable.vue | 52 +++++++++++++++++-- 1 file changed, 47 insertions(+), 5 deletions(-) diff --git a/src/components/VehiclesManager/VehiclesTable.vue b/src/components/VehiclesManager/VehiclesTable.vue index 96f9238..11b1e9c 100644 --- a/src/components/VehiclesManager/VehiclesTable.vue +++ b/src/components/VehiclesManager/VehiclesTable.vue @@ -12,7 +12,7 @@ Nazwa Typ Kabina (lok.) - Grupa + Grupa Tylko sponsorzy do Tylko zespół Ukryty @@ -36,7 +36,26 @@ {{ row.vehicleRef.cabinName }} - + + + + {{ row.vehicleRef.group.name }} + @@ -66,17 +85,18 @@