熊飞 2024-02-01 15:34:27 +08:00
parent a5d13c53de
commit acf8396e07
1 changed files with 3 additions and 1 deletions

View File

@ -102,8 +102,10 @@ export default {
this.setLanguage('zh')
this.$updateDictionary()
}
if (this.doctorInfo) {
this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}`
}
}
},
mounted() {
this.isEnglish = !!((this.$route.query.isEnglish === true || this.$route.query.isEnglish === 'true'))