vue+elementui进阶之路-el-table中显示图片

一、table中显示图片html 二、当须要遍历图片时,不能直接使用prop绑定值post 三、一张图片spa <el-table-column label="头像">   <template slot-scope="scope">     <img :src="scope.row.img" width="40" height="40" class="head_pic"/>   </templat
相关文章
相关标签/搜索