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', }; },