赞
踩
le-table列表中展示图片,后台返回图片key值,动态拼接图片路径
<el-table-column label="图片">
<template slot-scope="scope">
<img class="imgBg" :src="getImgUrl(scope.row)" alt="">
</template>
</el-table-column>
方法:
getImgUrl(row){
return ‘地址’ +row.ImgKey
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。