样式修改
This commit is contained in:
parent
feaf4dba91
commit
4170aea41e
@ -635,7 +635,7 @@ export default function Head() {
|
||||
dataIndex: 'index',
|
||||
key: 'packageOrderId',
|
||||
align: 'center',
|
||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
||||
render: (_text, _record, index) => (packPage - 1) * 10 + index + 1, // 显示序号,从1开始
|
||||
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user