#8201: Fix descriptor icons error #1080
|
@ -108,19 +108,6 @@ const cols = computed(() => [
|
||||||
},
|
},
|
||||||
format: (row) => row.code,
|
format: (row) => row.code,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'companyFk',
|
|
||||||
label: t('globals.company'),
|
|
||||||
columnFilter: {
|
|
||||||
component: 'select',
|
|
||||||
attrs: {
|
|
||||||
url: 'Companies',
|
|
||||||
fields: ['id', 'code'],
|
|
||||||
optionLabel: 'code',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
format: (row) => row.code,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
name: 'tableActions',
|
name: 'tableActions',
|
||||||
|
|
Loading…
Reference in New Issue