perf: 优化列表字段显示

This commit is contained in:
“huailei000”
2023-02-22 11:22:57 +08:00
committed by huailei
parent 5841095e08
commit 3131bfa683

View File

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