Ant Design of Vue中table的列表中显示图片

 

 

<img slot="cardimageslot" slot-scope="text" style="width:60px;height:62px;" :src="text" />
{
title: '会员卡图片',
align: 'center',
dataIndex: 'card_image',
scopedSlots: { customRender: 'cardimageslot' }
},

 

posted @ 2021-08-24 22:40  夏冬青  阅读(1825)  评论(0编辑  收藏  举报