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') }}
+
+
+
+
+