style: 看板多语言补充

This commit is contained in:
TsMask
2024-01-30 17:02:07 +08:00
parent cc211f2dd9
commit a654680192
3 changed files with 7 additions and 3 deletions

View File

@@ -517,6 +517,8 @@ export default {
},
topology: {
title: "Network Topology",
normal: "Normal",
abnormal: "AbNormal",
},
userActivity: {
title: "User Activity",

View File

@@ -517,6 +517,8 @@ export default {
},
topology: {
title: "网络拓扑",
normal: "正常",
abnormal: "异常",
},
userActivity: {
title: "用户活动",

View File

@@ -186,7 +186,7 @@ onBeforeUnmount(() => {
</span>
</div>
<div class="item">
<h4>1000</h4>
<h4>0</h4>
<span>
<UserSwitchOutlined style="color: #6acca3" />
IMS {{ t('views.dashboard.overview.skim.session') }}
@@ -227,9 +227,9 @@ onBeforeUnmount(() => {
{{ t('views.dashboard.overview.topology.title') }}
</span>
<span>
normal:
{{ t('views.dashboard.overview.topology.normal') }}:
<span class="normal"> {{ graphNodeStateNum[0] }} </span>
abnormal:
{{ t('views.dashboard.overview.topology.abnormal') }}:
<span class="abnormal"> {{ graphNodeStateNum[1] }} </span>
</span>
</h3>