From ab211e91eff9c86501ecb5fd7d1de81b83307596 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 4 Nov 2021 11:23:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4I18N=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E8=A1=A8=E5=A4=B4=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/setting/globalizationBox.vue | 10 +++++----- .../common/table/settings/globalizationTable.vue | 12 ++++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue index 8f0292dca..222695353 100644 --- a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue +++ b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue @@ -2,7 +2,7 @@
-
{{editGlobalization.id ? ($t("i18n.editI18n")) : $t("i18n.createI18n")}}
+
{{editGlobalization.id ? ($t("config.menus.editI18n")) : $t("config.menus.createI18n")}}
@@ -11,13 +11,13 @@
- + - + - + - + diff --git a/nezha-fronted/src/components/common/table/settings/globalizationTable.vue b/nezha-fronted/src/components/common/table/settings/globalizationTable.vue index 4c2c01c21..8abf4f98c 100644 --- a/nezha-fronted/src/components/common/table/settings/globalizationTable.vue +++ b/nezha-fronted/src/components/common/table/settings/globalizationTable.vue @@ -89,23 +89,27 @@ export default { width: 80, sortable: 'custom' }, { - label: this.$t('i18n.name'), + label: this.$t('config.menus.name'), prop: 'name', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.code'), + label: this.$t('config.menus.code'), prop: 'code', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.lang'), + label: this.$t('config.menus.lang'), prop: 'lang', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.value'), + label: this.$t('config.menus.value'), prop: 'value', + minWidth: 150, show: true } // , {