From 5b2831bb64d0fa34d4792dd52968b37c71fa4c42 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 14 Aug 2023 13:06:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=8B=BC=E5=86=99=E5=92=8C=E6=8F=92=E4=BB=B6?= =?UTF-8?q?styles=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/authorizedManagement/index.vue | 1 + .../authorizedManagement/locale/en-US.ts | 2 +- .../pluginManager/components/pluginTable.vue | 241 +++++++++--------- .../setting/system/pluginManager/index.vue | 5 +- .../system/pluginManager/locale/en-US.ts | 34 +-- .../system/pluginManager/locale/zh-CN.ts | 34 ++- 6 files changed, 155 insertions(+), 162 deletions(-) diff --git a/frontend/src/views/setting/system/authorizedManagement/index.vue b/frontend/src/views/setting/system/authorizedManagement/index.vue index 85dfd419c1..a919b23e47 100644 --- a/frontend/src/views/setting/system/authorizedManagement/index.vue +++ b/frontend/src/views/setting/system/authorizedManagement/index.vue @@ -149,6 +149,7 @@ await addLicense(authorizedForm.licenseCode); authDrawer.value = false; Message.success(t('system.authorized.licenseSuccessTip')); + getLicenseDetail(); } catch (error) { console.log(error); } finally { diff --git a/frontend/src/views/setting/system/authorizedManagement/locale/en-US.ts b/frontend/src/views/setting/system/authorizedManagement/locale/en-US.ts index e68f3c8889..71f895414c 100644 --- a/frontend/src/views/setting/system/authorizedManagement/locale/en-US.ts +++ b/frontend/src/views/setting/system/authorizedManagement/locale/en-US.ts @@ -6,7 +6,7 @@ export default { 'system.authorized.authorizedVersion': 'The authorized version', 'system.authorized.authorizationsCount': 'Number of authorizations', 'system.authorized.authorizationStatus': 'Authorization status', - 'system.authorized.authorityChecking': 'Authority Checking', + 'system.authorized.authorityChecking': 'Valid License', 'system.authorized.valid': 'valid', 'system.authorized.invalid': 'invalid', 'system.authorized.failure': 'failure', diff --git a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue index 493eb63305..a2f984f4f2 100644 --- a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue +++ b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue @@ -20,119 +20,117 @@ > -
-
- - - - -
-
{{ t('system.plugin.totalNum') }}{{ totalNum }}{{ t('system.plugin.dataList') }}
+ + + +
+
{{ t('system.plugin.totalNum') }}{{ totalNum }}{{ t('system.plugin.dataList') }}
diff --git a/frontend/src/views/setting/system/pluginManager/index.vue b/frontend/src/views/setting/system/pluginManager/index.vue index 702fc95476..5d09b0748a 100644 --- a/frontend/src/views/setting/system/pluginManager/index.vue +++ b/frontend/src/views/setting/system/pluginManager/index.vue @@ -1,7 +1,7 @@ /* stylelint-disable order/properties-order */