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
相關文章
相關標籤/搜索