refactor: #8322 changed Travel component to use VnSection/VnCardBeta #1220

Merged
alexm merged 7 commits from 8322-travel into dev 2025-01-24 09:14:19 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 1dc19a6eaa - Show all commits

View File

@ -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"