From 5accdd1b31023ed19ab75c8e0692c846117926b8 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 Nov 2023 17:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E7=BA=BF=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=88=97=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 1 - src/i18n/locales/zh-CN.ts | 1 - src/views/monitor/online/index.vue | 19 +++++++------------ 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 93ae6686..31164fdb 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -831,7 +831,6 @@ export default { online:{ mettingId:'Session Number', account:'Account', - class:'Department', host:'Host', loginDes:'Login Location', os:'OS', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index ccb075fb..3b0564cb 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -831,7 +831,6 @@ export default { online:{ mettingId:'会话编号', account:'登录账号', - class:'所属部门', host:'登录主机', loginDes:'登录地点', os:'操作系统', diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index ba23172c..c8393102 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -64,11 +64,6 @@ let tableColumns: ColumnsType = [ dataIndex: 'userName', align: 'center', }, - { - title: t('views.monitor.online.class'), - dataIndex: 'deptName', - align: 'center', - }, { title: t('views.monitor.online.host'), dataIndex: 'ipaddr', @@ -270,7 +265,7 @@ onMounted(() => { - + @@ -285,14 +280,14 @@ onMounted(() => { :selected-keys="[tableState.size as string]" @click="fnTableSize" > - {{ t('common.size.default') }} + + {{ t('common.size.default') }} - {{ t('common.size.middle') }} + + {{ t('common.size.middle') }} - {{ t('common.size.small') }} + + {{ t('common.size.small') }}