From 6f9639d3d4d1a9841fbfea837c6b3aa5d5d4f463 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Thu, 11 Sep 2025 10:38:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8E=A7=E5=88=B6=E5=8F=B0=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neInfo/components/QuickOAMModal.vue | 11 ++++++++--- .../ne/neLicense/components/QuickLicenseModal.vue | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) 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 }})