简历头衔英文报错1
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-29 15:05:10 +08:00
parent 93831ceb88
commit 27dbfd5356
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ export default {
this.setLanguage('zh') this.setLanguage('zh')
this.$updateDictionary() this.$updateDictionary()
} }
this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}`
} }
}, },
mounted() { mounted() {

View File

@ -102,6 +102,7 @@ export default {
this.setLanguage('zh') this.setLanguage('zh')
this.$updateDictionary() this.$updateDictionary()
} }
this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}`
} }
}, },
mounted() { mounted() {