[Update] 去掉i18n的过度包装

This commit is contained in:
ibuler
2020-05-11 15:58:13 +08:00
parent ea2929b965
commit 6de50f1e00
58 changed files with 143 additions and 162 deletions

View File

@@ -50,7 +50,7 @@ export default {
case 'actions':
col = {
prop: 'id',
label: this.$ttc('actions'),
label: this.$t('common.actions'),
align: 'center',
formatter: ActionsFormatter,
width: '150px',
@@ -58,7 +58,7 @@ export default {
}
break
case 'is_valid':
col.label = this.$ttc('validity')
col.label = this.$t('common.validity')
col.formatter = BooleanFormatter
col.align = 'center'
col.width = '80px'