vue 表格内显示图片
<el-table-columnheader-align="center"align="center"label="店铺LOGO"><template width="40" slot-scope="scope"><el-image :src="url" style="width: 100px; height: 100px"...
·
<el-table-column header-align="center" align="center" label="店铺LOGO"> <template width="40" slot-scope="scope"> <el-image :src="url" style="width: 100px; height: 100px" :fit="fill"></el-image> </template> </el-table-column>
更多推荐
已为社区贡献1条内容
所有评论(0)