<el-table-column label="图片" align="center">
<template slot-scope="scope">
<el-popover placement="right" width="200" trigger="hover">
<img :src="'服务器地址' + scope.row.url" class="imgStyle" />
<img
slot="reference"
:src="scope.row.url?'服务器地址' + scope.row.url:''"
style="max-height: 50px; max-width: 150px"
/>
</el-popover>
</template>
</el-table-column>
elementui el-table表格显示图片
于 2022-08-10 10:20:00 首次发布