hotfix(entry_latest-buys): refs #6897 img
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ca9425cfb7
commit
ad87fd8311
|
@ -15,12 +15,13 @@ const columns = [
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
label: t('entry.latestBuys.tableVisibleColumns.image'),
|
label: t('entry.latestBuys.tableVisibleColumns.image'),
|
||||||
name: 'id',
|
name: 'itemFk',
|
||||||
columnField: {
|
columnField: {
|
||||||
component: VnImg,
|
component: VnImg,
|
||||||
attrs: (id) => {
|
attrs: (id) => {
|
||||||
return {
|
return {
|
||||||
id,
|
id,
|
||||||
|
size: '50x50',
|
||||||
width: '50px',
|
width: '50px',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue