perf: 优化列表字段翻译

This commit is contained in:
“huailei000”
2023-02-22 19:34:41 +08:00
committed by huailei
parent 002efbc506
commit 2f97fbe65e

View File

@@ -120,8 +120,8 @@ export default {
col.formatter = ChoicesFormatter
col.formatterArgs = {
textChoices: {
true: i18n.t('ops.Yes'),
false: i18n.t('ops.no')
true: i18n.t('common.Yes'),
false: i18n.t('common.No')
}
}
col.width = '80px'