From 2191db06d43092004a0e932123f50a7df1bb6aee Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Fri, 29 Aug 2025 19:15:29 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E7=AB=99=E9=85=8D=E7=BD=AEomc?=
=?UTF-8?q?=E7=9A=84ssh=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/quick-start/components/NeInfoConfig.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/system/quick-start/components/NeInfoConfig.vue b/src/views/system/quick-start/components/NeInfoConfig.vue
index 7c6022aa..34eb1520 100644
--- a/src/views/system/quick-start/components/NeInfoConfig.vue
+++ b/src/views/system/quick-start/components/NeInfoConfig.vue
@@ -484,7 +484,7 @@ function fnGetList() {
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
tabState.panes = [];
res.data.forEach((item: any, index: any) => {
- if (item.neType === 'OMC' || !Array.isArray(item.hosts)) return;
+ if (!Array.isArray(item.hosts)) return;
item.key = index + 1;
tabState.panes.push(item);
});
@@ -653,7 +653,7 @@ onMounted(() => {
{{ t('views.ne.common.neTypeTip') }}
-
+
@@ -681,7 +681,7 @@ onMounted(() => {
{{ t('views.ne.common.neIdTip') }}
-
+
@@ -717,7 +717,7 @@ onMounted(() => {
{{ t('views.ne.common.ipAddrTip') }}
-
+