Dodano podświetlenie rangi supportera w karcie stacji

This commit is contained in:
2020-09-14 23:43:21 +02:00
parent acb4f03b7f
commit e71a9e01f2
4 changed files with 48 additions and 47 deletions
+6 -1
View File
@@ -223,6 +223,7 @@ export default class Store extends VuexModule {
dispatcherRate: station.dispatcherRate,
dispatcherId: station.dispatcherId,
dispatcherExp: station.dispatcherExp,
dispatcherIsSupporter: station.dispatcherIsSupporter,
occupiedTo: statusLabel,
stationTrains,
statusTimestamp,
@@ -282,6 +283,7 @@ export default class Store extends VuexModule {
dispatcherRate: 0,
dispatcherExp: -1,
dispatcherId: 0,
dispatcherIsSupporter: false,
online: false,
occupiedTo: 'WOLNA',
statusTimestamp: -3,
@@ -315,9 +317,12 @@ export default class Store extends VuexModule {
dispatcherRate: 0,
dispatcherExp: -1,
dispatcherId: 0,
dispatcherIsSupporter: false,
online: false,
occupiedTo: 'WOLNA',
statusTimestamp: -3,
online: false,
stationTrains: [],
scheduledTrains: [],
});
return acc;