refactor: refs #7884 modified icon color

This commit is contained in:
Jon Elias 2024-10-01 11:32:15 +02:00
parent 3a95cf123e
commit de01dda2ed
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ const columns = computed(() => [
{ {
title: t('printLabels'), title: t('printLabels'),
icon: 'print', icon: 'print',
isPrimary: true,
action: (row) => printBuys(row.id), action: (row) => printBuys(row.id),
}, },
], ],