el-table-column加图标效果如下: 实现代码如下: 使用template代替:label=“xxx” <el-table-column show-overflow-tooltip prop="interfaceName”> <template slot="header"> <span>接口名称</span> <i class="iconfont icontishi"></i> </template> </el-table-column>