refs #7283 fix items error get images
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
68a2ac385f
commit
050d8ae208
|
@ -52,7 +52,7 @@ const columns = computed(() => [
|
|||
component: VnImg,
|
||||
attrs: ({ row }) => {
|
||||
return {
|
||||
id: row.id,
|
||||
id: row?.id,
|
||||
width: '50px',
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue