el-table实现序号自增


      
      
 

 方法:

methods:{

indexMethod(index){

return ((this.current-1) * this.pagesize + index +1)
            (分页页数)        (每页多少条)

}

}

你可能感兴趣的:(vue.js,elementui,javascript)