7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 161ebdc88a - Show all commits

View File

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