fix: table Search 样式调整

This commit is contained in:
xuziqiang
2024-07-17 15:39:24 +08:00
parent bf4a3fd581
commit a83f8d868a
5 changed files with 31 additions and 179 deletions

View File

@@ -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,
},
{