diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index c820ebdde..7720a2d63 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -712,6 +712,13 @@ module.exports = { uploadTime: 'Upload time', enclosure: 'Enclosure', // 认证 + chinese: 'chinese', + integerOrDecimal: 'integer Or Decimal', + OneDecimalPlace: 'One Decimal Place', + TwoDecimalplaces: 'Two Decimal places', + Threedecimalplaces: 'Threedecimalplaces', + FourDecimalplaces: 'FourDecimalplaces', + Positivefloatingpointnumber: 'Positive floating point number', oneconfigurationInformation: 'Contains at least one configuration information', Correspondingstandarddeleted: 'Correspondingstandarddeleted', changeTheTitle: 'Title already exists, please change the title', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index ecb692dbe..14fbf2d2a 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -723,6 +723,13 @@ module.exports = { uploadTime: '上传时间', enclosure: '附件', // 认证 + chinese: '中文', + integerOrDecimal: '整数或小数', + OneDecimalPlace: '一位小数', + TwoDecimalplaces: '两位小数', + Threedecimalplaces: '三位小数', + FourDecimalplaces:'四位小数', + Positivefloatingpointnumber: '正浮点数', oneconfigurationInformation: '至少含有一个配置信息', Correspondingstandarddeleted: '对应标准已删除', changeTheTitle: '标题已存在,请更换标题', diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index e9235a513..29464e56a 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -4,23 +4,93 @@