fix: replace colour by inkFk
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-17 13:36:26 +01:00
parent 0e68b75083
commit 5519fcd066
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ const columns = computed(() => [
columnClass: 'shrink',
},
{
name: 'colour',
name: 'inkFk',
align: 'center',
label: t('negative.colour'),
field: ({ inkFk }) => inkFk,