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