Dodano nowe pojazdy; usunięto weteranów

This commit is contained in:
2022-06-01 13:00:03 +02:00
parent 8800f5bb01
commit fd94b367dd
2 changed files with 1959 additions and 11 deletions
+3 -3
View File
@@ -46,9 +46,9 @@
</div>
<div class="input_checkbox">
<button @click="onShowSupporterChange" :class="{ checked: this.store.showSupporter }" data-ignore-outside="1">
<!-- <button @click="onShowSupporterChange" :class="{ checked: this.store.showSupporter }" data-ignore-outside="1">
Pokaż tylko pojazdy dla weteranów
</button>
</button> -->
</div>
</div>
</div>
@@ -109,7 +109,7 @@
>
<option :value="null" v-if="!store.chosenCar || !store.chosenCar.loadable">brak dostępnych ładunków</option>
<option :value="null" v-else>próżny</option>
<option v-for="cargo in store.chosenCar?.cargoList" :value="cargo" :key="cargo.id">
{{ cargo.id }}
</option>
+1956 -8
View File
File diff suppressed because one or more lines are too long