refactor: #8322 changed Route component to use VnSection/VnCardBeta #1141

Merged
alexm merged 26 commits from 8322-route into dev 2025-01-27 07:41:39 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit c8bbb7c08b - Show all commits

View File

@ -115,7 +115,7 @@ const columns = computed(() => [
prefix="route"
:array-data-props="{
url: 'Routes/filter',
filter: routeFilter
userFilter: routeFilter,
}"
>
<template #rightMenu>
@ -126,7 +126,6 @@ const columns = computed(() => [
:data-key="dataKey"
:columns="columns"
:right-search="false"
redirect="route"
:create="{
urlCreate: 'Routes',