0
0
Fork 0

refs #6553 fix front ibject

This commit is contained in:
Carlos Satorres 2024-05-29 16:37:05 +02:00
parent 0e691436e9
commit 6205feaca4
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const columns = computed(() => [
{ {
align: 'left', align: 'left',
label: t('worker.business.tableVisibleColumns.reasondEnd'), label: t('worker.business.tableVisibleColumns.reasondEnd'),
name: 'reasondEndFk', name: 'reasonEndFk',
component: 'select', component: 'select',
attrs: { attrs: {
url: 'BusinessReasonEnds', url: 'BusinessReasonEnds',
@ -117,7 +117,7 @@ const columns = computed(() => [
component: 'select', component: 'select',
attrs: { attrs: {
url: 'OccupationCodes', url: 'OccupationCodes',
fields: ['id', 'name'], fields: ['code', 'name'],
}, },
disable: false, disable: false,
cardVisible: true, cardVisible: true,