1
This commit is contained in:
@@ -116,7 +116,7 @@ const MenuTableList: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
dataIndex: 'orderNum',
|
||||
dataIndex: 'sortOrder',
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
},
|
||||
|
||||
@@ -177,7 +177,7 @@ const LogTableList: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: '用户信息',
|
||||
dataIndex: 'userId',
|
||||
dataIndex: 'id',
|
||||
valueType: 'text',
|
||||
search: true,
|
||||
render: (_: any, record: any) => {
|
||||
|
||||
Reference in New Issue
Block a user