el-table-column使用图片列

<el-table-column align="center" width="50"  align="center" label="图片" width="50">
                <template scope="scope">
                    <img src="https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg" width="16" height="16"/>
                </template>
            </el-table-column>

 


版权声明:本文为corleone_4ever原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。