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