mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
perf: Translate
This commit is contained in:
@@ -56,6 +56,7 @@ export default {
|
|||||||
width: '240px'
|
width: '240px'
|
||||||
},
|
},
|
||||||
summary: {
|
summary: {
|
||||||
|
label: this.$t('Summary'),
|
||||||
formatter: (row) => {
|
formatter: (row) => {
|
||||||
return row.summary['success'] + '/' + row.summary['total']
|
return row.summary['success'] + '/' + row.summary['total']
|
||||||
}
|
}
|
||||||
|
@@ -41,7 +41,7 @@ export default {
|
|||||||
'name': 'Detail'
|
'name': 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('Accounts'),
|
title: this.$t('AssetAccount'),
|
||||||
name: 'Accounts'
|
name: 'Accounts'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user