This commit is contained in:
zhaomeijing
2022-06-27 14:24:18 +08:00
parent 6e7ec4b800
commit 6b546e4446
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1052,4 +1052,5 @@ module.exports = {
NFourDecimalplaces: 'Decimal four',
yes: 'Yes',
Copyparameterlist: 'Copy parameter list',
Templatenamelist: 'Template name - parameter item collection list',
}
+1
View File
@@ -1056,4 +1056,5 @@ module.exports = {
NThreedecimalplaces: '三位小数',
NFourDecimalplaces: '四位小数',
Copyparameterlist: '复制参数清单',
Templatenamelist: '模板名称-参数项收集清单',
}
@@ -477,7 +477,7 @@ export default {
// }
},
mounted() {
document.title = this.$t('ParameteItemCollectionList')
document.title = this.$t('Templatenamelist')
this.GetgetLoginUserType()
this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest'))
},