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