forked from verdnatura/salix-front
fix: show Color
This commit is contained in:
parent
6a81076874
commit
49b6c57ad4
|
@ -78,7 +78,7 @@ const tableColumns = computed(() => [
|
|||
{
|
||||
label: t('entry.buys.color'),
|
||||
name: 'ink',
|
||||
field: 'inkName',
|
||||
field: (row) => row?.ink?.name,
|
||||
align: 'left',
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue