<el-table-column type="index" label="序号" : index="indexMethod" width="90" align="center" ></el-table-column>

......

    //序号Index 翻页递增  currentPage 当前页, fetchNum 当前页显示条数
indexMethod(index){
    return(this.currentPage-1)*this.fetchNum +index+1;
}

 

相关文章:

  • 2021-12-04
  • 2022-01-21
  • 2021-04-01
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-01-02
  • 2021-09-23
猜你喜欢
  • 2021-07-16
  • 2021-12-04
  • 2022-12-23
  • 2021-05-02
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案