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 @@