element table显示头像图片等

366 阅读1分钟

小伙伴直接复制下面的代码,就能显示了哦

<el-table-column
    prop="avatar"
    label="头像"
    >
  <template slot-scope="scope">
    <img :src="scope.row.avatar" style="width: 30px;height: 30px;background-size: cover">
  </template>
</el-table-column>

欢迎各位小伙伴来我的QQ交流群一起学习 :842167453