修改错误文字 (#809)

Co-authored-by: 14K <9112790+the14k@user.noreply.gitee.com>
This commit is contained in:
14kk
2021-10-29 23:26:44 +08:00
committed by GitHub
co-authored by 14K
parent 8f8296ab64
commit 21139157c8
4 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -25,7 +25,7 @@ const columns = [
},
},
{
title: '登时间',
title: '登时间',
dataIndex: 'timestamp',
key: 'timestamp',
align: 'center' as const,
@@ -34,25 +34,25 @@ const columns = [
},
},
{
title: '登地址',
title: '登地址',
dataIndex: 'address',
key: 'address',
align: 'center' as const,
},
{
title: '登IP',
title: '登IP',
dataIndex: 'ip',
key: 'ip',
align: 'center' as const,
},
{
title: '登设备',
title: '登设备',
dataIndex: 'platform',
key: 'platform',
align: 'center' as const,
},
{
title: '登状态',
title: '登状态',
dataIndex: 'status',
key: 'status',
align: 'center' as const,