vue element序号翻页连续排序


type="index" :index="indexMethod" // 序号翻页连续排序 indexMethod(index) { return (this.currentPage-1)*this.pageSize+index+1; },
原文地址:https://www.cnblogs.com/july7/p/14060236.html