主要的就是加入<template>标签加入额外的内容,感觉没啥好说的看代码应该能明白,记录一下。

<el-table-column   label="编号" align="center">
        <template slot-scope="scop">
          {{scop.$index+1}}
        </template>
      </el-table-column>

 

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐