<el-table-column label="图片" align="center" prop="picture" >
<template slot-scope="scope">
<el-popover placement="right" trigger="hover">
<img :src="scope.row.picture" style="width:200px;height:350px;"/>
<img slot="reference" :src="scope.row.picture" style="max-width: 50px;max-height: 100px">
</el-popover>
</template>
网友评论