修改禅道已知bug
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
+3
-1
@@ -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: {
|
||||
|
||||
+1
@@ -95,6 +95,7 @@
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
document.title = this.$t('managePublishing')
|
||||
},
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
|
||||
Reference in New Issue
Block a user