diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index abbefc55..40f09c3c 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -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',