This commit is contained in:
parent
9d60083360
commit
109841eee5
|
@ -37,6 +37,7 @@ const userParams = reactive({
|
||||||
ipt: 'H',
|
ipt: 'H',
|
||||||
futureIpt: 'H',
|
futureIpt: 'H',
|
||||||
isFullMovable: true,
|
isFullMovable: true,
|
||||||
|
onlyWithDestination: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const ticketColumns = computed(() => [
|
const ticketColumns = computed(() => [
|
||||||
|
|
Loading…
Reference in New Issue