mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Merge pull request #3944 from jumpserver/pr@v4@account_related
perf: account related translate
This commit is contained in:
@@ -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: []
|
||||
}
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-card class="box-card" shadow="never">
|
||||
<div slot="header" class="title">
|
||||
<span>{{ $t('Profile') }}</span>
|
||||
<span>{{ $t('YourProfile') }}</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<el-row :gutter="20">
|
||||
|
||||
Reference in New Issue
Block a user