增加登录设备展示

This commit is contained in:
hanhh
2021-09-25 00:41:38 +08:00
parent 97184d22c3
commit 2d427c0670
3 changed files with 40 additions and 10 deletions
+6
View File
@@ -45,6 +45,12 @@ const columns = [
key: 'ip',
align: 'center' as const,
},
{
title: '登陆设备',
dataIndex: 'platform',
key: 'platform',
align: 'center' as const,
},
{
title: '登陆状态',
dataIndex: 'status',