From ce1944881a68502085794f60481ab82df2533835 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 15 May 2024 19:21:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=9A=90=E8=97=8FIP=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/online/index.vue | 10 +++++----- src/views/system/log/login/index.vue | 12 ++++++------ src/views/system/log/operate/index.vue | 3 +-- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index 868afdb9..eb3b7b29 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -66,11 +66,11 @@ let tableColumns: ColumnsType = [ dataIndex: 'ipaddr', align: 'center', }, - { - title: t('views.monitor.online.loginDes'), - dataIndex: 'loginLocation', - align: 'center', - }, + // { + // title: t('views.monitor.online.loginDes'), + // dataIndex: 'loginLocation', + // align: 'center', + // }, { title: t('views.monitor.online.os'), dataIndex: 'os', diff --git a/src/views/system/log/login/index.vue b/src/views/system/log/login/index.vue index ef5f19db..aaf15eee 100644 --- a/src/views/system/log/login/index.vue +++ b/src/views/system/log/login/index.vue @@ -112,12 +112,12 @@ let tableColumns: ColumnsType = [ align: 'left', width: 150, }, - { - title: t('views.system.log.login.loginLoc'), - dataIndex: 'loginLocation', - align: 'left', - width: 150, - }, + // { + // title: t('views.system.log.login.loginLoc'), + // dataIndex: 'loginLocation', + // align: 'left', + // width: 150, + // }, { title: t('views.system.log.login.os'), dataIndex: 'os', diff --git a/src/views/system/log/operate/index.vue b/src/views/system/log/operate/index.vue index d77c3da2..b56c835d 100644 --- a/src/views/system/log/operate/index.vue +++ b/src/views/system/log/operate/index.vue @@ -656,8 +656,7 @@ onMounted(() => { :label="t('views.system.log.operate.operUser')" name="operName" > - {{ modalState.from.operName }} / {{ modalState.from.operIp }} / - {{ modalState.from.operLocation }} + {{ modalState.from.operName }} / {{ modalState.from.operIp }}