mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
chore: 优化在线用户列表显示
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user