chore: 优化在线用户列表显示

This commit is contained in:
2024-05-14 20:44:52 +08:00
parent fff4de56f3
commit 4eef0db9f9

View File

@@ -80,8 +80,8 @@ const columns: TableInstanceColumns[] = [
{ title: '登录地点', dataIndex: 'address', ellipsis: true, tooltip: true },
{ title: '浏览器', dataIndex: 'browser', ellipsis: true, tooltip: true },
{ title: '终端系统', dataIndex: 'os', ellipsis: true, tooltip: true },
{ title: '登录时间', dataIndex: 'loginTime', width: 180 },
{ title: '最后活跃时间', dataIndex: 'lastActiveTime', width: 180 },
{ title: '登录时间', dataIndex: 'loginTime', width: 180, show: false },
{
title: '操作',
slotName: 'action',