element 组件图片显示
2019-04-03 本文已影响0人
不染事非
poster是后台图片字段
<el-table-column prop="poster" label="书籍海报" align="center">
<template slot-scope="scope">
<img :src="scope.row.poster" min-width="70" height="70">
</template>
</el-table-column>