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"
: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',