diff --git a/src/views/blindResumeInfo/info.vue b/src/views/blindResumeInfo/info.vue index 6c124ba8..330ed38a 100644 --- a/src/views/blindResumeInfo/info.vue +++ b/src/views/blindResumeInfo/info.vue @@ -90,6 +90,7 @@ export default { this.setLanguage('zh') this.$updateDictionary() } + this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}` } }, mounted() { diff --git a/src/views/resumeInfo/index.vue b/src/views/resumeInfo/index.vue index fd467b52..75393cca 100644 --- a/src/views/resumeInfo/index.vue +++ b/src/views/resumeInfo/index.vue @@ -102,6 +102,7 @@ export default { this.setLanguage('zh') this.$updateDictionary() } + this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}` } }, mounted() {