mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-27 18:06:08 +08:00
修改登陆日志title
This commit is contained in:
parent
6b8a4e65f2
commit
d7c8d150ca
|
@ -25,7 +25,7 @@ const columns = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '时间',
|
title: '登陆时间',
|
||||||
dataIndex: 'timestamp',
|
dataIndex: 'timestamp',
|
||||||
key: 'timestamp',
|
key: 'timestamp',
|
||||||
align: 'center' as const,
|
align: 'center' as const,
|
||||||
|
@ -34,13 +34,13 @@ const columns = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '地址',
|
title: '登陆地址',
|
||||||
dataIndex: 'address',
|
dataIndex: 'address',
|
||||||
key: 'address',
|
key: 'address',
|
||||||
align: 'center' as const,
|
align: 'center' as const,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'IP',
|
title: '登陆IP',
|
||||||
dataIndex: 'ip',
|
dataIndex: 'ip',
|
||||||
key: 'ip',
|
key: 'ip',
|
||||||
align: 'center' as const,
|
align: 'center' as const,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user