perf: Translate

This commit is contained in:
feng
2024-06-24 10:48:33 +08:00
parent fc4f10a7ea
commit 02f5f4261e
2 changed files with 2 additions and 1 deletions

View File

@@ -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']
} }

View File

@@ -41,7 +41,7 @@ export default {
'name': 'Detail' 'name': 'Detail'
}, },
{ {
title: this.$t('Accounts'), title: this.$t('AssetAccount'),
name: 'Accounts' name: 'Accounts'
}, },
{ {