From a654680192a5685e0db7fefa02329190807a4367 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Jan 2024 17:02:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9C=8B=E6=9D=BF=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 ++ src/i18n/locales/zh-CN.ts | 2 ++ src/views/dashboard/overview/index.vue | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index da1ccab7..109bd5ab 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -517,6 +517,8 @@ export default { }, topology: { title: "Network Topology", + normal: "Normal", + abnormal: "AbNormal", }, userActivity: { title: "User Activity", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 9ecb864b..692ed469 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -517,6 +517,8 @@ export default { }, topology: { title: "网络拓扑", + normal: "正常", + abnormal: "异常", }, userActivity: { title: "用户活动", diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index 8661b281..9f274680 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -186,7 +186,7 @@ onBeforeUnmount(() => {
-

1000

+

0

IMS {{ t('views.dashboard.overview.skim.session') }} @@ -227,9 +227,9 @@ onBeforeUnmount(() => { {{ t('views.dashboard.overview.topology.title') }} - normal: + {{ t('views.dashboard.overview.topology.normal') }}: {{ graphNodeStateNum[0] }} - abnormal: + {{ t('views.dashboard.overview.topology.abnormal') }}: {{ graphNodeStateNum[1] }}