fix searchbar
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-07-03 13:18:17 +02:00
parent 2162315905
commit 109544f475
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ const columns = computed(() => [
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="SuppliersList" data-key="SuppliersList"
:url="`Suppliers`" :url="`Suppliers/filter`"
save-url="Suppliers/crud" save-url="Suppliers/crud"
redirect="supplier" redirect="supplier"
:create="{ :create="{

View File

@ -182,7 +182,7 @@ const columns = computed(() => [
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="TravelList" data-key="TravelList"
url="Travels" url="Travels/filter"
:create="{ :create="{
urlCreate: 'Travels', urlCreate: 'Travels',
title: t('Create Travels'), title: t('Create Travels'),