Skip to content

Commit

Permalink
chore: 优化在线用户列表显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed May 14, 2024
1 parent fff4de5 commit 4eef0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/monitor/online/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4eef0db

Please sign in to comment.