首先看看效果

下面是代码
- <el-table-column prop="integralBalance">
- <template slot="header" slot-scope="scope">
- <div style="display: flex;justify-content: center;align-items: center;">
- 积分余额
- <i class="el-icon-info"></i>
- </div>
- </template>
- </el-table-column>
ok 非常的简单