美文网首页
el-table自动生成序号

el-table自动生成序号

作者: 十一点后不在线 | 来源:发表于2023-02-15 13:57 被阅读0次

无分页 从1开始 & 有分页从1开始

currentPage为当前页, pagesize为每页条数

<template slot-scope="scope">
// 不分页
{{ scope.$index }}

//分页
{{ scope.$index + (currentPage-1)*pagesize +1 }}
</template>

相关文章

网友评论

      本文标题:el-table自动生成序号

      本文链接:https://www.haomeiwen.com/subject/iptukdtx.html