From ad87fd83119296860a6cf79843d6fc46ce8365c6 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 23 Jul 2024 09:36:23 +0200 Subject: [PATCH] hotfix(entry_latest-buys): refs #6897 img --- src/pages/Entry/EntryLatestBuys.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Entry/EntryLatestBuys.vue b/src/pages/Entry/EntryLatestBuys.vue index f30a258e9..b8e250a57 100644 --- a/src/pages/Entry/EntryLatestBuys.vue +++ b/src/pages/Entry/EntryLatestBuys.vue @@ -15,12 +15,13 @@ const columns = [ { align: 'center', label: t('entry.latestBuys.tableVisibleColumns.image'), - name: 'id', + name: 'itemFk', columnField: { component: VnImg, attrs: (id) => { return { id, + size: '50x50', width: '50px', }; },