This commit is contained in:
2022-07-20 23:45:31 +02:00
parent 091e5bd212
commit 4a6366c04a
4 changed files with 267 additions and 9 deletions
+2
View File
@@ -20,6 +20,8 @@ export default defineComponent({
if (footer.dispatcherName) this.store.footerMessage += `, dyżurny ruchu ${footer.dispatcherName}`;
if (footer.secondaryDispatcherName)
this.store.footerMessage += `, z polecenia dyżurnego ruchu ${footer.secondaryDispatcherName}`;
this.store.footerMessage += ' <b>Potwierdzić przyjęcie rozkazu</b>';
},
},
});