| # | +Nazwa | +Długość | +Masa | +Prędkość | +Prędkość lok. | +Prędkość ładown. | +Pojazdy | +Zimny start | +Podwójna obsada | +Prędkości wg masy | +
| {{ row.vehicleGroupRef.id }} | ++ {{ row.vehicleGroupRef.name }} + | ++ {{ row.vehicleGroupRef.length }} + | ++ {{ row.vehicleGroupRef.weight }} + | ++ {{ row.vehicleGroupRef.speed }} + | ++ {{ row.vehicleGroupRef.speedLoco }} + | ++ {{ row.vehicleGroupRef.speedLoaded }} + | ++ {{ row.vehicleGroupRef._count.vehicles }} + | ++ {{ row.vehicleGroupRef.locoProps?.coldStart ? '✅' : '❌' }} + | ++ {{ row.vehicleGroupRef.locoProps?.doubleManned ? '✅' : '❌' }} + | ++ {{ row.vehicleGroupRef.massSpeeds ? 'WPISANE' : 'BRAK' }} + | +
| # | +Nazwa | +Typ | +Kabina (lok.) | +Grupa | +Tylko sponsorzy do | +Tylko zespół | +
| {{ row.vehicleRef.id }} | ++ {{ row.vehicleRef.name }} + | ++ {{ row.vehicleRef.type }} + | + ++ {{ row.vehicleRef.cabinName }} + | + +{{ row.vehicleRef.group.name }} | ++ + {{ new Date(row.vehicleRef.restrictions.sponsorOnly).toLocaleString() }} + + + ❌ + | ++ + {{ row.vehicleRef.restrictions.teamOnly ? '✅' : '❌' }} + + + ❌ + | +
| # | -Nazwa | -Typ | -Kabina (lok.) | -Grupa | -Tylko sponsorzy do | -Tylko zespół | -
|---|---|---|---|---|---|---|
| {{ row.vehicleRef.id }} | -- {{ row.pendingChanges.name ?? row.vehicleRef.name }} - | -- {{ row.pendingChanges.type ?? row.vehicleRef.type }} - | - -- {{ row.pendingChanges.cabinName ?? row.vehicleRef.cabinName }} - | - -{{ row.vehicleRef.group.name }} | -- - {{ new Date(row.pendingChanges.restrictions.sponsorOnly).toLocaleString() }} - - - - {{ new Date(row.vehicleRef.restrictions.sponsorOnly).toLocaleString() }} - - - ❌ - | -- - {{ row.pendingChanges.restrictions.teamOnly ? '✔️' : '❌' }} - - - - {{ row.vehicleRef.restrictions.teamOnly ? '✔️' : '❌' }} - - - ❌ - | -