This commit is contained in:
PC-202306242200\Administrator
2024-09-29 15:21:27 +08:00
parent 0fc787618c
commit 0fa6b5dc41
6 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ const MenuTableList: React.FC = () => {
},
{
title: '排序',
dataIndex: 'orderNum',
dataIndex: 'sortOrder',
valueType: 'text',
search: false,
},

View File

@@ -177,7 +177,7 @@ const LogTableList: React.FC = () => {
},
{
title: '用户信息',
dataIndex: 'userId',
dataIndex: 'id',
valueType: 'text',
search: true,
render: (_: any, record: any) => {