在form表單中有圖片顯示的需求,利用scope屬性實現
<el-table-column prop="shopImage" label="供應商封面" width="120"> <template slot-scope="scope"> <el-image style="width: 100px; height: 100px" :src="scope.row.shopImage" fit="cover"></el-image> </template> </el-table-column>
在form表單中有圖片顯示的需求,利用scope屬性實現
<el-table-column prop="shopImage" label="供應商封面" width="120"> <template slot-scope="scope"> <el-image style="width: 100px; height: 100px" :src="scope.row.shopImage" fit="cover"></el-image> </template> </el-table-column>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。