feat: 网元状态3待机显示

This commit is contained in:
TsMask
2025-01-10 19:33:06 +08:00
parent f5938110f4
commit 98ed8adfe3
3 changed files with 86 additions and 98 deletions

View File

@@ -662,15 +662,7 @@ onMounted(() => {
</a-divider>
<div>
<span>{{ t('views.ne.neInfo.serviceState') }}</span>
<a-tag
:color="record.serverState.online ? 'processing' : 'error'"
>
{{
record.serverState.online
? t('views.ne.common.normalcy')
: t('views.ne.common.exceptions')
}}
</a-tag>
<DictTag :options="dict.neInfoStatus" :value="record.status" />
</div>
<div>
<span>{{ t('views.ne.neVersion.version') }}</span>