el-table 显示图片

2022-06-29 浏览 (1521)

el-table显示图片代码:

 <el-table-column align="center" prop="fullFilePath" label="图片" width="160">
    <template #default="scope">
      <img :src="scope.row.fullFilePath" width="100" height="100">
    </template>
  </el-table-column>
  • 所属分类: 前端技术
  • 本文标签: 前端
  • 版权声明: 本文链接 https://seaxiang.com/blog/BUx0cz