From fafb68dbf0ec5727a38e3a63f6b1e60de12d0137 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 7 Sep 2021 23:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E9=99=86=E6=97=A5?= =?UTF-8?q?=E5=BF=97title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/setting/loginLog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/setting/loginLog.tsx b/src/pages/setting/loginLog.tsx index c97b2c9f..cb79e8c7 100644 --- a/src/pages/setting/loginLog.tsx +++ b/src/pages/setting/loginLog.tsx @@ -25,7 +25,7 @@ const columns = [ }, }, { - title: '时间', + title: '登陆时间', dataIndex: 'timestamp', key: 'timestamp', align: 'center' as const, @@ -34,13 +34,13 @@ const columns = [ }, }, { - title: '地址', + title: '登陆地址', dataIndex: 'address', key: 'address', align: 'center' as const, }, { - title: 'IP', + title: '登陆IP', dataIndex: 'ip', key: 'ip', align: 'center' as const,