el-table使用图片实例代码

el-table使用图片实例代码

<el-table-column align="center" prop="image" label="图片" width="160">
<template scope="scope">
<img :src="scope.row.image" width="100" height="100"/>
</template>
</el-table-column>



原文地址:https://www.cnblogs.com/yu412/p/12672804.html