forked from verdnatura/salix-front
refs #6553 fix front ibject
This commit is contained in:
parent
0e691436e9
commit
6205feaca4
|
@ -41,7 +41,7 @@ const columns = computed(() => [
|
|||
{
|
||||
align: 'left',
|
||||
label: t('worker.business.tableVisibleColumns.reasondEnd'),
|
||||
name: 'reasondEndFk',
|
||||
name: 'reasonEndFk',
|
||||
component: 'select',
|
||||
attrs: {
|
||||
url: 'BusinessReasonEnds',
|
||||
|
@ -117,7 +117,7 @@ const columns = computed(() => [
|
|||
component: 'select',
|
||||
attrs: {
|
||||
url: 'OccupationCodes',
|
||||
fields: ['id', 'name'],
|
||||
fields: ['code', 'name'],
|
||||
},
|
||||
disable: false,
|
||||
cardVisible: true,
|
||||
|
|
Loading…
Reference in New Issue