0
0
Fork 0

fix: show Color

This commit is contained in:
Javier Segarra 2024-05-06 08:53:12 +02:00
parent 6a81076874
commit 49b6c57ad4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const tableColumns = computed(() => [
{ {
label: t('entry.buys.color'), label: t('entry.buys.color'),
name: 'ink', name: 'ink',
field: 'inkName', field: (row) => row?.ink?.name,
align: 'left', align: 'left',
}, },
]); ]);