Ant Design of Vue中table的列表中显示图片
Posted 夏冬青
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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\' } },
以上是关于Ant Design of Vue中table的列表中显示图片的主要内容,如果未能解决你的问题,请参考以下文章
无法对 Gatsby 网站的 Ant Design Table 中的列进行排序
实操记录之-----Ant Design of Vue 增强版动态合并单元格,自动根据数据进行合并,可自定义横纵向合并