|
@@ -59,11 +59,11 @@ export default {
|
|
|
columnAttributes: {
|
|
|
label: '附件',
|
|
|
prop: 'imgSrc',
|
|
|
- width: 250
|
|
|
+ width: 310
|
|
|
},
|
|
|
render: (h, { row, column, index }) => {
|
|
|
return <div style="padding: 0 10px">
|
|
|
- <ImageUpload fileList={row.imgSrc ? item.imgSrc.split(",").map(url => ({ url })) : []} limit={100} isEdit={false} />
|
|
|
+ <ImageUpload fileList={row.imgSrc ? row.imgSrc.split(",").map(url => ({ url })) : []} limit={100} isEdit={false} />
|
|
|
</div>
|
|
|
}
|
|
|
},
|