forked from verdnatura/salix-front
refs #6553 fix relations
This commit is contained in:
parent
b6836fc59e
commit
41e1d365f3
|
@ -147,7 +147,7 @@ const columns = computed(() => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
name: 'professionalCategoryFk',
|
name: 'workerBusinessProfessionalCategoryFk',
|
||||||
component: 'select',
|
component: 'select',
|
||||||
label: t('worker.business.tableVisibleColumns.professionalCategory'),
|
label: t('worker.business.tableVisibleColumns.professionalCategory'),
|
||||||
attrs: {
|
attrs: {
|
||||||
|
@ -173,7 +173,7 @@ const columns = computed(() => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
name: 'workCenterFk',
|
name: 'workcenterFk',
|
||||||
component: 'select',
|
component: 'select',
|
||||||
label: t('worker.business.tableVisibleColumns.workCenter'),
|
label: t('worker.business.tableVisibleColumns.workCenter'),
|
||||||
attrs: {
|
attrs: {
|
||||||
|
|
Loading…
Reference in New Issue