@@ -59,14 +59,10 @@ export default {
name: '反馈图片',
width: '100',
render: (h, { row }) => {
- // const list = row.imgUrl.map(x => ({
+ const items = row.imgUrl.split(',');
- // src: x
+ const list = items.map(x => ({
- // }));
+ src: x
- const list = [
+ }));
- {
- src: row.imgUrl
- }
- ];
if (list.length > 0) {
return h('img', {
style: {