mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
feature: vmax i dł. szlaków
This commit is contained in:
@@ -117,7 +117,7 @@ export default defineComponent({
|
||||
: changeItem[propChange];
|
||||
|
||||
if (propChange == 'availability') value = getAvailabilityValue(changeItem[propChange] as Availability);
|
||||
if (propChange == 'routes') value = this.getRouteNames(changeItem[propChange] as string);
|
||||
if (propChange == 'routes') value = this.getRouteNames(changeItem[propChange] as string, true);
|
||||
|
||||
itemChanges.push(`<i>${(HeaderTypes as any)[propChange]}:</i> ${value || '-'}`);
|
||||
}
|
||||
@@ -173,7 +173,7 @@ export default defineComponent({
|
||||
return { ...v };
|
||||
});
|
||||
|
||||
const updateResData = (await this.store.updateSceneriesData(mappedChangeList)).data
|
||||
const updateResData = (await this.store.updateSceneriesData(mappedChangeList)).data;
|
||||
this.store.changesResponse = updateResData;
|
||||
|
||||
this.store.fetchSceneriesData();
|
||||
@@ -207,7 +207,7 @@ export default defineComponent({
|
||||
signalType: 'współczesna',
|
||||
controlType: 'SCS',
|
||||
SUP: false,
|
||||
routes: 'Test_1EPB"',
|
||||
routes: 'Test_1EPB:0:0',
|
||||
checkpoints: '',
|
||||
authors: '',
|
||||
availability: 'default',
|
||||
|
||||
Reference in New Issue
Block a user