mirror of https://gitee.com/topiam/eiam
⚡ 优化代码
parent
c4efe08aa9
commit
2ed71ca215
|
@ -70,6 +70,7 @@ export default (props: { userId: string }) => {
|
||||||
sorter: true,
|
sorter: true,
|
||||||
valueType: 'dateTime',
|
valueType: 'dateTime',
|
||||||
search: false,
|
search: false,
|
||||||
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: intl.formatMessage({
|
title: intl.formatMessage({
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
*/
|
*/
|
||||||
export enum UserDetailTabs {
|
export enum UserDetailTabs {
|
||||||
//用户信息
|
//用户信息
|
||||||
user_info = 'user-info',
|
user_info = 'user_info',
|
||||||
//应用授权
|
//应用授权
|
||||||
app_access = 'app_access',
|
app_access = 'app_access',
|
||||||
//登录审计
|
//登录审计
|
||||||
login_audit = 'login-audit',
|
login_audit = 'login_audit',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue