[update 拆分] 列表涉及系统部件翻译
This commit is contained in:
@@ -13,7 +13,19 @@ import { mapGetters } from 'vuex'
|
||||
let importModalLoading
|
||||
|
||||
// 需要数据字段翻译的属性类型
|
||||
const NEED_DICT_FIELD_TYPE = [FieldType.USER_SINGLE.value, FieldType.ORGAN_SINGLE.value, FieldType.ORGAN_MORE.value, FieldType.FILE_UP.value, FieldType.OPTION_SINGLE.value, FieldType.OPTION_MORE.value, FieldType.TREE.value, FieldType.TREE_SINGLE.value, FieldType.TREE_MODAL_SELECT.value]
|
||||
const NEED_DICT_FIELD_TYPE = [
|
||||
FieldType.USER_SINGLE.value,
|
||||
FieldType.ORGAN_SINGLE.value,
|
||||
FieldType.ORGAN_MORE.value,
|
||||
FieldType.FILE_UP.value,
|
||||
FieldType.OPTION_SINGLE.value,
|
||||
FieldType.OPTION_MORE.value,
|
||||
FieldType.TREE.value,
|
||||
FieldType.TREE_SINGLE.value,
|
||||
FieldType.TREE_MODAL_SELECT.value,
|
||||
FieldType.TREE_MODAL_SELECT_SEARCH_DIFF.value,
|
||||
FieldType.TREE_MODAL_SELECT_SEARCH_CHILD.value
|
||||
]
|
||||
|
||||
const ZH = 'zh-cn'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user