From 18bf986c061decc24c750a3e4e6a97a8da4b5116 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 8 Aug 2022 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- jero-web/src/common/lang/zh-cn.js | 2 +- .../parameter/managementdetails/commponts/conventionalmodle.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index b140fafa0..865d8242a 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1241,7 +1241,7 @@ module.exports = { turnOnAutoMatch:'Turn on auto match', Adjustareasofresponsibility:'Adjust areas of responsibility', regulatoryTechnicalAssessment:'Regulatory Technical Assessment', - punctuationmark:'Only English punctuation marks other than the # sign can be entered', + punctuationmark:'You can only enter English punctuation marks except the # sign and commas', created: 'Created', updated:'Updated', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 60585341d..c31d2d636 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1344,7 +1344,7 @@ module.exports = { turnOnAutoMatch:'打开自动匹配', Adjustareasofresponsibility:'调整责任领域', regulatoryTechnicalAssessment:'法规技术评估', - punctuationmark:'只能输入除#号外的英文标点符号', + punctuationmark:'只能输入除#号和逗号外的英文标点符号', created: '创建时间', updated:'更新时间', } \ No newline at end of file diff --git a/jero-web/src/views/parameter/managementdetails/commponts/conventionalmodle.vue b/jero-web/src/views/parameter/managementdetails/commponts/conventionalmodle.vue index b8481bf71..9acd98b17 100644 --- a/jero-web/src/views/parameter/managementdetails/commponts/conventionalmodle.vue +++ b/jero-web/src/views/parameter/managementdetails/commponts/conventionalmodle.vue @@ -217,7 +217,7 @@ export default { this.visible = true this.title = this.$t('ConventionalExport') this.formInline = {} - this.formInline.separator = ',' + this.formInline.separator = ';' this.formInline.combineFlag = '1', this.formInline = {...this.formInline} this.getConfigure()