退款补正样式更改
This commit is contained in:
parent
75a94f49ae
commit
0ccd04e96b
@ -142,7 +142,7 @@ export default function Correction() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
@ -232,7 +232,7 @@ export default function Correction() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
@ -328,7 +328,7 @@ export default function Correction() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
@ -453,7 +453,7 @@ export default function Correction() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
|
@ -120,7 +120,7 @@ export default function Refun() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
@ -209,7 +209,7 @@ export default function Refun() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
@ -292,7 +292,7 @@ export default function Refun() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 20 + index + 1, // 显示序号,从1开始
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '系统名称',
|
title: '系统名称',
|
||||||
|
Loading…
Reference in New Issue
Block a user