vue实现el-table表格内数据显示图片
<el-table-column label="服务图片"><template width="90" slot-scope="scope"><img style="width:80px;height:80px;border:none;" :src="scope.row.serviceimg"></template></el-ta...
·
<el-table-column label="服务图片">
<template width="90" slot-scope="scope">
<img style="width:80px;height:80px;border:none;" :src="scope.row.serviceimg">
</template>
</el-table-column>
更多推荐
已为社区贡献4条内容
所有评论(0)