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-table-column>

猜你喜欢

转载自blog.csdn.net/seimeii/article/details/130769618