diff --git a/src/views/ne/neInfo/components/QuickOAMModal.vue b/src/views/ne/neInfo/components/QuickOAMModal.vue
index 6cef4731..03eb6e9b 100644
--- a/src/views/ne/neInfo/components/QuickOAMModal.vue
+++ b/src/views/ne/neInfo/components/QuickOAMModal.vue
@@ -2,6 +2,7 @@
import { reactive, toRaw, watch, ref } from 'vue';
import { ProModal } from 'antdv-pro-modal';
import { message, Form, Progress } from 'ant-design-vue/es';
+import { CheckCircleOutlined, CloseCircleOutlined } from '@ant-design/icons-vue';
import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { getOAMFile, saveOAMFile, serviceNeAction } from '@/api/ne/neInfo';
@@ -385,9 +386,13 @@ watch(
>
-
+
{{ result.neType }}-{{ result.neId }} ({{ result.neName }})
diff --git a/src/views/ne/neLicense/components/QuickLicenseModal.vue b/src/views/ne/neLicense/components/QuickLicenseModal.vue
index b61c0079..6e09054e 100644
--- a/src/views/ne/neLicense/components/QuickLicenseModal.vue
+++ b/src/views/ne/neLicense/components/QuickLicenseModal.vue
@@ -4,6 +4,7 @@ import { ProModal } from 'antdv-pro-modal';
import { message, Form, Progress, Upload } from 'ant-design-vue/es';
import { UploadRequestOption } from 'ant-design-vue/es/vc-upload/interface';
import { FileType } from 'ant-design-vue/es/upload/interface';
+import { UploadOutlined, CheckCircleOutlined, CloseCircleOutlined } from '@ant-design/icons-vue';
import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { changeNeLicense, getNeLicenseByTypeAndID } from '@/api/ne/neLicense';
@@ -408,9 +409,13 @@ watch(
>
-
+
{{ result.neType }}-{{ result.neId }} ({{ result.neName }})