修改bug

This commit is contained in:
zyx.net
2022-08-08 17:29:25 +08:00
parent 7c2ce2ec86
commit 18bf986c06
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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',
}
+1 -1
View File
@@ -1344,7 +1344,7 @@ module.exports = {
turnOnAutoMatch:'打开自动匹配',
Adjustareasofresponsibility:'调整责任领域',
regulatoryTechnicalAssessment:'法规技术评估',
punctuationmark:'只能输入除#号外的英文标点符号',
punctuationmark:'只能输入除#和逗号外的英文标点符号',
created: '创建时间',
updated:'更新时间',
}
@@ -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()