diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 2049d8217..74fdac28b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -541,6 +541,8 @@ module.exports = { technicalField: 'Tech Field', informationCategory: 'Info Type', contentValidity: 'Content Validity', + TechnicalfieldSupplementCn:'Tech Field Supplement (Cn)', + TechnicalfieldSupplementEn:'Tech Field Supplement (En)', content: 'Content', Add: 'Add', subscriptionTime: 'Subscription Time', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index af3986456..e67a7ba1c 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -548,6 +548,8 @@ module.exports = { technicalField: '技术领域', informationCategory: '信息类别', contentValidity: '内容简介', + TechnicalfieldSupplementCn:'技术领域补充(中文)', + TechnicalfieldSupplementEn:'技术领域补充(英文)', content: '内容', Add: '增加', subscriptionTime: '订阅时间', diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue index e9fb33a95..8303dfe11 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -94,6 +94,38 @@ + + +
+
+ {{$t('TechnicalfieldSupplementCn')}} +
+ + + +
+
+ +
+
+ {{$t('TechnicalfieldSupplementEn')}} +
+ + + +
+
+
@@ -416,6 +448,20 @@ message: this.$t('technicalField') + this.$t('cannotEmpty'), trigger: 'change' } + ], + technologyTerritoryCn: [ + { + max: 5000, + message: this.$t('technologyTerritoryCn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), + trigger: 'blur' + } + ], + technologyTerritoryEn:[ + { + max: 5000, + message: this.$t('technologyTerritoryEn') + this.$t('cannotExceed') + 5000 + this.$t('Characters'), + trigger: 'blur' + } ] }, formInline: {},