diff --git a/src/App.vue b/src/App.vue
index fc8069dd..d97043f9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -126,10 +126,12 @@
- 取消
- 保存
+ {{ $t('common:button:cancel') }}
+
+ {{
+ $t('common:button:save')
+ }}
diff --git a/src/views/system/i18n/components/BatchAddForm.vue b/src/views/system/i18n/components/BatchAddForm.vue
index b20bc815..c1c393b0 100644
--- a/src/views/system/i18n/components/BatchAddForm.vue
+++ b/src/views/system/i18n/components/BatchAddForm.vue
@@ -8,7 +8,10 @@
size="small"
:rules="rules"
>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
{{ $t("common:button:new") }}{{ $t('common:button:new') }}
@@ -179,7 +188,7 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.$index)"
- >{{ $t("common:button:delete") }}{{ $t('common:button:delete') }}
@@ -187,28 +196,28 @@
- 取消
- 保存
+ {{
+ $t('common:button:cancel')
+ }}
+ {{
+ $t('common:button:save')
+ }}
diff --git a/src/views/system/i18n/components/I18nForm.vue b/src/views/system/i18n/components/I18nForm.vue
index 66a46bca..0d9c7d37 100644
--- a/src/views/system/i18n/components/I18nForm.vue
+++ b/src/views/system/i18n/components/I18nForm.vue
@@ -10,7 +10,7 @@
size="small"
>
@@ -24,7 +24,7 @@
@@ -35,7 +35,11 @@
:autosize="{ minRows: 2, maxRows: 4 }"
/>
-
+
-
+
-
+
-
+
-
+
-
+
- 取消
- 保存
+ {{
+ $t('common:button:cancel')
+ }}
+ {{
+ $t('common:button:save')
+ }}