From b9cf34714f1d75e81114ab9c348d93a8b0ee7eb5 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Mon, 29 Jul 2024 15:28:22 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BD=91=E5=85=83=E4=BF=A1=E6=81=AF?=
=?UTF-8?q?=E5=85=81=E8=AE=B8=E6=95=99=E5=B8=88=E5=A4=87=E4=BB=BD=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ne/neInfo/index.vue | 110 +++++++++++++++++-----------------
1 file changed, 54 insertions(+), 56 deletions(-)
diff --git a/src/views/ne/neInfo/index.vue b/src/views/ne/neInfo/index.vue
index 2719cfcb..a1188997 100644
--- a/src/views/ne/neInfo/index.vue
+++ b/src/views/ne/neInfo/index.vue
@@ -10,6 +10,7 @@ import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import useNeInfoStore from '@/store/modules/neinfo';
import { listNeInfo, delNeInfo, stateNeInfo } from '@/api/ne/neInfo';
import { NE_TYPE_LIST } from '@/constants/ne-constants';
+import { hasRoles } from '@/plugins/auth-user';
import useDictStore from '@/store/modules/dict';
import useNeOptions from './hooks/useNeOptions';
const { getDict } = useDictStore();
@@ -595,63 +596,60 @@ onMounted(() => {
-
-
-
- {{ t('common.moreText') }}
-
-
-
-
-
- fnRecordMore(key, record)"
- >
-
-
- {{ t('views.ne.common.log') }}
-
-
-
- {{ t('views.ne.common.start') }}
-
-
-
- {{ t('views.ne.common.stop') }}
-
-
-
- {{ t('views.ne.common.reload') }}
-
-
-
- {{ t('common.deleteText') }}
-
-
-
- {{ t('views.ne.common.oam') }}
-
-
-
-
- {{ t('views.ne.neInfo.backConf.export') }}
-
-
-
- {{ t('views.ne.neInfo.backConf.import') }}
-
-
-
-
-
+
+
+ {{ t('common.moreText') }}
+
+
+
+
+
+ fnRecordMore(key, record)">
+
+
+ {{ t('views.ne.common.log') }}
+
+
+
+ {{ t('views.ne.common.start') }}
+
+
+
+ {{ t('views.ne.common.stop') }}
+
+
+
+ {{ t('views.ne.common.reload') }}
+
+
+
+ {{ t('common.deleteText') }}
+
+
+
+ {{ t('views.ne.common.oam') }}
+
+
+
+
+ {{ t('views.ne.neInfo.backConf.export') }}
+
+
+
+ {{ t('views.ne.neInfo.backConf.import') }}
+
+
+
+
+