From 4eef0db9f93cb73e10113c8f69ad547f502db621 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 14 May 2024 20:44:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/online/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index abbefc5..40f09c3 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',