mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
增加登录设备展示
This commit is contained in:
@@ -45,6 +45,12 @@ const columns = [
|
||||
key: 'ip',
|
||||
align: 'center' as const,
|
||||
},
|
||||
{
|
||||
title: '登陆设备',
|
||||
dataIndex: 'platform',
|
||||
key: 'platform',
|
||||
align: 'center' as const,
|
||||
},
|
||||
{
|
||||
title: '登陆状态',
|
||||
dataIndex: 'status',
|
||||
|
||||
Reference in New Issue
Block a user