优化代码

pull/65/head
awenes 2023-10-05 13:12:26 +08:00
parent c4efe08aa9
commit 2ed71ca215
2 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@ export default (props: { userId: string }) => {
sorter: true,
valueType: 'dateTime',
search: false,
ellipsis: true,
},
{
title: intl.formatMessage({

View File

@ -20,9 +20,9 @@
*/
export enum UserDetailTabs {
//用户信息
user_info = 'user-info',
user_info = 'user_info',
//应用授权
app_access = 'app_access',
//登录审计
login_audit = 'login-audit',
login_audit = 'login_audit',
}