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>

 



posted @ 2020-04-10 13:04  LALAYU  阅读(753)  评论(0编辑  收藏  举报