diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx index 18b030b..b550bbf 100644 --- a/src/route/Correction/Correction.tsx +++ b/src/route/Correction/Correction.tsx @@ -142,7 +142,7 @@ export default function Correction() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -232,7 +232,7 @@ export default function Correction() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -328,7 +328,7 @@ export default function Correction() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -453,7 +453,7 @@ export default function Correction() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', diff --git a/src/route/Refun/Refun.tsx b/src/route/Refun/Refun.tsx index 7868790..625c69f 100644 --- a/src/route/Refun/Refun.tsx +++ b/src/route/Refun/Refun.tsx @@ -120,7 +120,7 @@ export default function Refun() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -209,7 +209,7 @@ export default function Refun() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称', @@ -292,7 +292,7 @@ export default function Refun() { dataIndex: 'index', align: 'center', width: 80, - render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始 + render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始 }, { title: '系统名称',