Merge branch '8322-route' of https://gitea.verdnatura.es/verdnatura/salix-front into 8322-route

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-23 08:28:11 +01:00
commit c8bbb7c08b
1 changed files with 1 additions and 2 deletions

View File

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