This commit is contained in:
parent
6ff1ae96d5
commit
1dc19a6eaa
|
@ -203,9 +203,10 @@ const columns = computed(() => [
|
|||
:array-data-props="{
|
||||
url: 'Travels/filter',
|
||||
order: ['landed DESC'],
|
||||
userParams: { daysOnward: 7 },
|
||||
}"
|
||||
>
|
||||
<template #rightMenu>
|
||||
<template #advanced-menu>
|
||||
<TravelFilter data-key="TravelList" />
|
||||
</template>
|
||||
<template #body>
|
||||
|
@ -221,8 +222,6 @@ const columns = computed(() => [
|
|||
},
|
||||
}"
|
||||
:right-search="false"
|
||||
:user-params="{ daysOnward: 7 }"
|
||||
|
||||
redirect="travel"
|
||||
:columns="columns"
|
||||
:is-editable="false"
|
||||
|
|
Loading…
Reference in New Issue