修改bug
This commit is contained in:
@@ -1241,7 +1241,7 @@ module.exports = {
|
|||||||
turnOnAutoMatch:'Turn on auto match',
|
turnOnAutoMatch:'Turn on auto match',
|
||||||
Adjustareasofresponsibility:'Adjust areas of responsibility',
|
Adjustareasofresponsibility:'Adjust areas of responsibility',
|
||||||
regulatoryTechnicalAssessment:'Regulatory Technical Assessment',
|
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',
|
created: 'Created',
|
||||||
updated:'Updated',
|
updated:'Updated',
|
||||||
}
|
}
|
||||||
@@ -1344,7 +1344,7 @@ module.exports = {
|
|||||||
turnOnAutoMatch:'打开自动匹配',
|
turnOnAutoMatch:'打开自动匹配',
|
||||||
Adjustareasofresponsibility:'调整责任领域',
|
Adjustareasofresponsibility:'调整责任领域',
|
||||||
regulatoryTechnicalAssessment:'法规技术评估',
|
regulatoryTechnicalAssessment:'法规技术评估',
|
||||||
punctuationmark:'只能输入除#号外的英文标点符号',
|
punctuationmark:'只能输入除#号和逗号外的英文标点符号',
|
||||||
created: '创建时间',
|
created: '创建时间',
|
||||||
updated:'更新时间',
|
updated:'更新时间',
|
||||||
}
|
}
|
||||||
@@ -217,7 +217,7 @@ export default {
|
|||||||
this.visible = true
|
this.visible = true
|
||||||
this.title = this.$t('ConventionalExport')
|
this.title = this.$t('ConventionalExport')
|
||||||
this.formInline = {}
|
this.formInline = {}
|
||||||
this.formInline.separator = ','
|
this.formInline.separator = ';'
|
||||||
this.formInline.combineFlag = '1',
|
this.formInline.combineFlag = '1',
|
||||||
this.formInline = {...this.formInline}
|
this.formInline = {...this.formInline}
|
||||||
this.getConfigure()
|
this.getConfigure()
|
||||||
|
|||||||
Reference in New Issue
Block a user