antd中table分页的时候列序号显示问题 wangyongjie | 2023-10-12 10:37 | 2023-10-13 6:24 | 1,184 | 0 | 开发相关 210 字 | 4 分钟 核心代码: customRender: (t, r, index) => { console.log(t, r, index, this); return (index + (this.page - 1) * this.pageSize) + 1; } 正确方案 data() { return { description: "某某某…