0
0
Fork 0
This commit is contained in:
Carlos Satorres 2024-07-03 13:44:13 +02:00
parent 553927665f
commit 161ebdc88a
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
label: t('supplier.list.tableVisibleColumns.name'), label: t('supplier.list.tableVisibleColumns.name'),
name: 'name', name: 'socialName',
create: true, create: true,
component: 'input', component: 'input',
columnField: { columnField: {
@ -38,7 +38,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
label: t('supplier.list.tableVisibleColumns.nickname'), label: t('supplier.list.tableVisibleColumns.nickname'),
name: 'nickname', name: 'alias',
component: 'input', component: 'input',
columnField: { columnField: {
component: null, component: null,
@ -56,7 +56,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
label: t('supplier.list.tableVisibleColumns.payMethod'), label: t('supplier.list.tableVisibleColumns.payMethod'),
name: 'payMethodFk', name: 'payMethod',
component: 'select', component: 'select',
attrs: { attrs: {
url: 'payMethods', url: 'payMethods',
@ -88,7 +88,7 @@ const columns = computed(() => [
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="SuppliersList" data-key="SuppliersList"
:url="`Suppliers/filter`" url="Suppliers/filter"
save-url="Suppliers/crud" save-url="Suppliers/crud"
redirect="supplier" redirect="supplier"
:create="{ :create="{