feature: order 'N' 6th row; chore: textareas sizing

This commit is contained in:
2024-05-28 16:21:00 +02:00
parent d84ad635ee
commit d76c9a8521
6 changed files with 96 additions and 26 deletions
+10
View File
@@ -137,6 +137,16 @@ export const useStore = defineStore('store', {
stationType: 'stację',
stationName: '',
on: ''
},
{
enabled: false,
content: '',
twoWay: {
enabled: false,
from: '',
to: '',
trackNo: ''
}
}
]
} as IOrderN,