fix: 统一国际化

This commit is contained in:
@changcode
2021-06-08 09:44:32 +08:00
parent bdcff3bb90
commit afe82f2c03
14 changed files with 15 additions and 15 deletions

View File

@@ -287,7 +287,7 @@ export default {
{ title: 'ID', data: 'id' },
{ title: this.$t('config.model.titleName'), data: 'name' },
{ title: this.$t('config.model.titleType'), data: 'type' },
{ title: this.$t('config.model.remark'), data: 'remark' }
{ title: this.$t('overall.remark'), data: 'remark' }
],
language: localStorage.getItem('nz-language'),
showAllBasicOption: false,