uat_us
parent
a5d13c53de
commit
acf8396e07
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue