mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 优化列表字段显示
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user