ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` <el-table-column label="商品图片"> <template #default="scope"> <el-popover placement="right" :width="400" trigger="hover"> <img :src="scope.row.picUrl" width="400" height="400" /> <template #reference> <img :src="scope.row.picUrl" style="max-height: 60px; max-width: 60px" /> </template> </el-popover> </template> </el-table-column> ``` ![](https://img.kancloud.cn/cc/9d/cc9d9d8500451bf5bb2ca84fc617b2c9_1441x721.png)