type="index" :index="indexMethod" // 序号翻页连续排序 indexMethod(index) { return (this.currentPage-1)*this.pageSize+index+1; },