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

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.440f4d67.js"></script> <script src="/umi.7267f8fa.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

View File

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

View File

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