From 1b5070878681533fc1d8f31ce9e28ae3c3e32b68 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 May 2024 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8lodi?= =?UTF-8?q?ng=E5=92=8C=E5=8D=B1=E9=99=A9=E6=93=8D=E4=BD=9C=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E7=BA=A2=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quick-start/components/NeInfoSoftwareLicense.vue | 8 ++------ src/views/system/setting/components/system-reset.vue | 4 +++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue index 367575fd..2020cd4b 100644 --- a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue +++ b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue @@ -119,7 +119,6 @@ function fnRecordState() { onOk: async () => { if (state.confirmLoading) return; state.confirmLoading = true; - const hide = message.loading(t('common.loading'), 0); // 勾选的网元数据 const selectRows = state.data.filter(item => state.selectedRowKeys.includes(item.id) @@ -139,7 +138,6 @@ function fnRecordState() { } } message.success(t('common.operateOk'), 3); - hide(); state.confirmLoading = false; }, }); @@ -153,7 +151,6 @@ function fnRecordCode() { onOk: async () => { if (state.confirmLoading) return; state.confirmLoading = true; - const hide = message.loading(t('common.loading'), 0); // 勾选的网元数据 const selectRows = state.data.filter(item => state.selectedRowKeys.includes(item.id) @@ -179,7 +176,6 @@ function fnRecordCode() { saveAs(blob, `Activation_Request_Code_${new Date().getTime()}.txt`); } - hide(); state.confirmLoading = false; }, }); @@ -226,7 +222,7 @@ function fnStepNext(stepName: 'Done') { h('p', t('views.system.quickStart.stepLicenseStepNext')), h( 'div', - { style: { color: '#ff4d4f' } }, + { style: { color: '#f5222d' } }, t('views.system.quickStart.stepLicenseStepNext2') ), ]), @@ -320,7 +316,7 @@ onMounted(() => { {{ state.selectedRowKeys.length || '' }} - + {{ t('views.system.quickStart.stepLicenseEnd') }} diff --git a/src/views/system/setting/components/system-reset.vue b/src/views/system/setting/components/system-reset.vue index b395b215..a3d0e790 100644 --- a/src/views/system/setting/components/system-reset.vue +++ b/src/views/system/setting/components/system-reset.vue @@ -77,7 +77,9 @@ function fnModalCancel() { @ok="fnModalOk()" @cancel="fnModalCancel()" > - {{ t('views.system.setting.resetTipContent') }} +
+ {{ t('views.system.setting.resetTipContent') }} +