{
title: “商品图片”,
key: “commodityPhoto”,
align: ‘center’,
render: (h, params) => {
return h(‘img’, {
style: {//设置样式
width: ‘100px’,
‘height’: ‘80px’,
‘border-radius’: ‘5%’
},
attrs: {//设置属性
src: ‘http://localhost:8888/’ + params.row.commodityPhoto
}
});
}
}iView 在Table组件中添加图片

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2021-10-16
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案