This commit is contained in:
PC-202306242200\Administrator
2024-09-11 17:01:13 +08:00
parent 54f7b5868e
commit 2ebbf9404a
7 changed files with 10 additions and 10 deletions

View File

@@ -142,19 +142,19 @@ const LogTableList: React.FC = () => {
title: '用户名',
dataIndex: 'userName',
valueType: 'text',
search: false,
search: true,
},
{
title: '用户昵称',
dataIndex: 'nickName',
valueType: 'text',
search: false,
search: true,
},
{
title: '手机号',
dataIndex: 'phone',
valueType: 'text',
search: false,
search: true,
},
{
title: '钱包',
@@ -178,7 +178,7 @@ const LogTableList: React.FC = () => {
title: '邀请码',
dataIndex: 'shareCode',
valueType: 'text',
search: false,
search: true,
},
{
title: '状态',