hotfix(entry_latest-buys): refs #6897 img
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-07-23 09:36:23 +02:00
parent ca9425cfb7
commit ad87fd8311
1 changed files with 2 additions and 1 deletions

View File

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