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',
|
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,
|
||||||
|
|
Loading…
Reference in New Issue