实现的效果

前端代码
<el-table-column>
<template slot-scope="scope">
<template v-for="(item, index) in scope.row.images">
<img :src="item" style="width: 90px;"/>
</template>
</template>
</el-table-column> 参数实体
版权声明:本文为BIG_PEI原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。