#6151 searchbar #520

Merged
jorgep merged 3 commits from 6151-fix-searchbar into dev 2024-07-03 11:49:16 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 869d134591 - Show all commits

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'),