修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-19 10:41:35 +08:00
parent 9c878e9cb9
commit 406b736075
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1122,7 +1122,7 @@ module.exports = {
RelevantMaterials: 'RelevantMaterials',
evaluatorFeedback: 'Evaluator Feedback',
nameTechnicalDocument: 'Name of technical document',
chapter: 'chapter',
chapter: 'Chapter',
problemDescription: 'Problem Description',
filingExternalOpinions: 'Filing of external opinions',
regulatoryTechnicalEvaluationResults: 'Regulatory technical evaluation results',
@@ -116,6 +116,7 @@
}
},
mounted() {
document.title = 'Country Card'+ '-' + this.$t('details')
this.queryCountry(() => {
this.replacePage()
})
@@ -278,10 +278,12 @@
}
},
mounted() {
document.title = this.$t('problemKnowledgeBase') + this.$t('newlyAdded')
this.getBase()
if (this.$route.query.id) {
this.queryById()
document.title = this.$t('problemKnowledgeBase') + this.$t('edit')
} else {
document.title = this.$t('problemKnowledgeBase') + this.$t('newlyAdded')
}
},
methods: {
@@ -95,6 +95,7 @@
},
mounted() {
this.getList()
document.title = this.$t('managePublishing')
},
methods: {
...mapGetters(['userInfo']),