<el-table-column label="图片" width="100" align="center">
        <template slot-scope="scope">
           <el-image style="width: 80px; height: 80px; border-radius: 10%" :src="scope.row.item_img" fit="cover"></el-image>
        </template>
      </el-table-column>

先这样,然后这样,然后就显示了。

<el-image style="width: 80px; height: 80px; border-radius: 10%" :src="scope.row.item_img" fit="cover"></el-image>

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐