From 58235ba61d74bd90b9188f7f7c7ef29ca5b5af4c Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Thu, 9 Jun 2022 10:53:03 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 7 + jero-web/src/common/lang/zh-cn.js | 7 + .../src/components/CollectionType/index.vue | 421 ++++++++++++++++-- 3 files changed, 406 insertions(+), 29 deletions(-) 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 @@
-
- - - - - - - - - - -
- +
+ + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
@@ -76,20 +146,186 @@
-
- +
+ + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
-
- +
+ + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
@@ -105,10 +341,93 @@
-
- +
+ + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+
+
+
+
@@ -358,4 +718,7 @@ export default { .add-width{ width: 30%; } +/deep/.ant-table-column-sort .ant-table-row-cell-ellipsis{ + text-align: left; +}