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