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 }}