diff --git a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue index 122dce97b..daf701152 100644 --- a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue +++ b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue @@ -109,7 +109,7 @@ export default { show: true, width: 150 }, { - label: this.$t('overall.enable'), + label: this.$t('overall.enabled'), prop: 'status', show: true, width: 100 diff --git a/nezha-fronted/src/components/common/latlngPicker.vue b/nezha-fronted/src/components/common/latlngPicker.vue index c194d9179..33c6b269c 100644 --- a/nezha-fronted/src/components/common/latlngPicker.vue +++ b/nezha-fronted/src/components/common/latlngPicker.vue @@ -3,7 +3,7 @@
diff --git a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue index 78fc8a14e..5312f7aeb 100644 --- a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue +++ b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue @@ -2,7 +2,7 @@
-
{{$t("overall.createEndpoint")}}
+
{{$t("config.system.basic.lnglatll.createEndpoint")}}
diff --git a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue index 078040f89..585a9df72 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue @@ -127,7 +127,7 @@ diff --git a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue index 1c1cf3411..996d4fea2 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue @@ -184,7 +184,7 @@ export default { roles: [], mfaLevelList: [ { value: 0, label: this.$t('profile.close') }, - { value: 1, label: this.$t('overall.enable') }, + { value: 1, label: this.$t('overall.enabled') }, { value: 2, label: this.$t('config.user.forceEnable') } ], languageList: [ diff --git a/nezha-fronted/src/components/common/rightBox/dcBox.vue b/nezha-fronted/src/components/common/rightBox/dcBox.vue index 9d2362b34..38d4a94b8 100644 --- a/nezha-fronted/src/components/common/rightBox/dcBox.vue +++ b/nezha-fronted/src/components/common/rightBox/dcBox.vue @@ -27,7 +27,7 @@ - +
{{scope.row[item.prop]}} diff --git a/nezha-fronted/src/components/page/config/backups.vue b/nezha-fronted/src/components/page/config/backups.vue index 392c74eae..c8a4e26a7 100644 --- a/nezha-fronted/src/components/page/config/backups.vue +++ b/nezha-fronted/src/components/page/config/backups.vue @@ -72,7 +72,7 @@ export default { customTableTitle: [ { label: this.$t('alert.config.schedEnable'), prop: 'schedule' }, { label: this.$t('backup.backupRetention'), prop: 'retention' }, - { label: this.$t('overall.enable'), prop: 'state' } + { label: this.$t('overall.enabled'), prop: 'state' } ], customTableTitle2: [ { label: this.$t('config.assetLabel.date'), prop: 'time', minwidth: 228 }, diff --git a/nezha-fronted/src/components/page/config/basic.vue b/nezha-fronted/src/components/page/config/basic.vue index 09564ca97..f2d6a54fe 100644 --- a/nezha-fronted/src/components/page/config/basic.vue +++ b/nezha-fronted/src/components/page/config/basic.vue @@ -60,7 +60,7 @@
- +
diff --git a/nezha-fronted/src/components/page/config/monitor.vue b/nezha-fronted/src/components/page/config/monitor.vue index df8883669..d47506631 100644 --- a/nezha-fronted/src/components/page/config/monitor.vue +++ b/nezha-fronted/src/components/page/config/monitor.vue @@ -70,7 +70,7 @@
- + diff --git a/nezha-fronted/src/components/page/config/profile.vue b/nezha-fronted/src/components/page/config/profile.vue index 9337f2949..b42dbb359 100644 --- a/nezha-fronted/src/components/page/config/profile.vue +++ b/nezha-fronted/src/components/page/config/profile.vue @@ -50,7 +50,7 @@