From 4023537b8a2310fab0f2cbc1ee14695663992cf9 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 16 May 2024 19:37:40 +0800 Subject: [PATCH] perf: account related translate --- src/router/profile/index.js | 2 +- src/views/ops/Job/index.vue | 2 +- src/views/workbench/myhome/components/User.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/profile/index.js b/src/router/profile/index.js index 74daebece..e7a0bf3b6 100644 --- a/src/router/profile/index.js +++ b/src/router/profile/index.js @@ -21,7 +21,7 @@ export default { name: 'Profile', component: () => import('@/views/profile/index'), meta: { - title: i18n.t('Profile'), + title: i18n.t('YourProfile'), icon: 'attestation', permissions: [] } diff --git a/src/views/ops/Job/index.vue b/src/views/ops/Job/index.vue index f54f8a4f9..ee6d7d093 100644 --- a/src/views/ops/Job/index.vue +++ b/src/views/ops/Job/index.vue @@ -51,7 +51,7 @@ export default { width: '240px' }, summary: { - label: this.$t('Ok/total'), + label: this.$t('Ok/Total'), formatter: (row) => { return row.summary['success'] + '/' + row.summary['total'] } diff --git a/src/views/workbench/myhome/components/User.vue b/src/views/workbench/myhome/components/User.vue index cf07cf0dd..0391797b7 100644 --- a/src/views/workbench/myhome/components/User.vue +++ b/src/views/workbench/myhome/components/User.vue @@ -1,7 +1,7 @@