<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; }
<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; }
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。