维护配置信息添加中英文

This commit is contained in:
lixuetao
2022-06-30 09:57:06 +08:00
parent 83f9c20264
commit d2cac8d260
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -725,6 +725,7 @@ module.exports = {
a: '+',
positiveInteger: 'Positive integer',
// 参数收集开始
MaintainConfigureInfo: 'Maintain configuration information',
ParameteItemCollectionList: 'Parameter item collection list',
Areyousureparameteritems: 'Are you sure to submit the selected parameter items?',
Theselectedconfiguration: 'The configuration can only be added when the parameter items in the parameter list are to be collected or changed',
+1
View File
@@ -736,6 +736,7 @@ module.exports = {
a: '+',
positiveInteger: '正整数',
// 参数收集
MaintainConfigureInfo: '维护配置信息',
ParameteItemCollectionList: '参数项收集清单',
Areyousureparameteritems: '确认提交所选参数项嘛?',
Theselectedconfiguration: '参数清单中参数项均为待发起收集或变更时才能添加配置',
@@ -184,7 +184,7 @@ export default {
addModel(id) {
this.paramsConfigEOList = []
this.visible = true
this.title = '维护配置信息'
this.title = this.$t('MaintainConfigureInfo')
this.formInline = {}
this.getconList(id)
},