其他分享
首页 > 其他分享> > Ant Design of Vue中table的列表中显示图片

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' }
},

 

标签:Vue,scopedSlots,center,title,align,Ant,Design,图片
来源: https://www.cnblogs.com/xiadongqing/p/15182904.html