fix: table Search 样式调整
This commit is contained in:
@@ -343,22 +343,23 @@
|
||||
customRender: (text: any) => {
|
||||
return text.index + 1;
|
||||
},
|
||||
sorter: true,
|
||||
textNumber: 3,
|
||||
// sorter: true,
|
||||
},
|
||||
{
|
||||
title: '账号',
|
||||
dataIndex: 'accountNo',
|
||||
sorter: true,
|
||||
// sorter: true,
|
||||
},
|
||||
{
|
||||
title: '姓名',
|
||||
dataIndex: 'realName',
|
||||
sorter: true,
|
||||
// sorter: true,
|
||||
},
|
||||
{
|
||||
title: '性别',
|
||||
dataIndex: 'sex',
|
||||
sorter: true,
|
||||
// sorter: true,
|
||||
textNumber: 4,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user