mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "station-manager-2.0",
|
"name": "station-manager-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
{{ getAvailabilityValue(changeValue as Availability) }}
|
{{ getAvailabilityValue(changeValue as Availability) }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span v-if="changeName == 'routesInfo'"> zmiana parametrów szlaków</span>
|
<span v-else-if="changeName == 'routesInfo'"> zmiana parametrów szlaków</span>
|
||||||
|
|
||||||
<span v-else-if="typeof changeValue === 'boolean'">
|
<span v-else-if="typeof changeValue === 'boolean'">
|
||||||
{{ changeValue ? 'TAK' : 'NIE' }}
|
{{ changeValue ? 'TAK' : 'NIE' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user