fix: refs #8322 moved filter inside array-data-props
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-08 10:14:15 +01:00
parent e00d836b50
commit 4f2e4e1304
1 changed files with 2 additions and 2 deletions

View File

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