vue-element的form表單顯示圖片


在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刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM