1
This commit is contained in:
@@ -104,13 +104,13 @@ const RoleTableList: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: '角色状态',
|
||||
dataIndex: 'status',
|
||||
dataIndex: 'statusName',
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
dataIndex: 'status',
|
||||
dataIndex: 'createTime',
|
||||
search: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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: '状态',
|
||||
|
||||
Reference in New Issue
Block a user