diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index 261a2ed..508817d 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -439,6 +439,7 @@ module.exports = { dictList: 'Dictionary List', // 字典配置项新增,编辑弹框 dataValue: 'Data Value', + englishAbbreviation: 'English abbreviation', rankingValue: 'Ranking Value', valueSmallerIsHigher: 'The smaller the value, the higher the value', valueCannotContainSpecChar: 'Data values cannot contain special characters!', diff --git a/src/common/lang/system/en.js b/src/common/lang/system/en.js index c6f04c7..5a2c0e5 100644 --- a/src/common/lang/system/en.js +++ b/src/common/lang/system/en.js @@ -50,6 +50,7 @@ module.exports = { // 字段列表 name: 'Name', dataValue: 'Value', + englishAbbreviation: 'English abbreviation', parentName: 'Parent Name', select: 'Select', tree: 'Tree', diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index 2f62801..ce0c595 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -50,6 +50,7 @@ module.exports = { // 字段列表 name: '名称', dataValue: '数据值', + englishAbbreviation: '英文简称', parentName: '父级名称', select: '下拉选择', tree: '树形结构', diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 05a1197..1063c29 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -439,6 +439,7 @@ module.exports = { dictList: '字典列表', // 字典配置项新增,编辑弹框 dataValue: '数据值', + englishAbbreviation: '英文简称', rankingValue: '排序值', valueSmallerIsHigher: '值越小越靠前', valueCannotContainSpecChar: '数据值不能包含特殊字符!', diff --git a/src/views/system/modules/DictItemModal.vue b/src/views/system/modules/DictItemModal.vue index bfb8a27..0fcd0ff 100644 --- a/src/views/system/modules/DictItemModal.vue +++ b/src/views/system/modules/DictItemModal.vue @@ -40,6 +40,15 @@ + + + + + + + + + +