0
0
Fork 0

refs #6553 fix relations

This commit is contained in:
Carlos Satorres 2024-06-19 08:06:03 +02:00
parent b6836fc59e
commit 41e1d365f3
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'professionalCategoryFk',
name: 'workerBusinessProfessionalCategoryFk',
component: 'select',
label: t('worker.business.tableVisibleColumns.professionalCategory'),
attrs: {
@ -173,7 +173,7 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'workCenterFk',
name: 'workcenterFk',
component: 'select',
label: t('worker.business.tableVisibleColumns.workCenter'),
attrs: {