国际化问题

uat_us
熊飞 2024-02-21 16:00:17 +08:00
parent 734e574713
commit a1dc9e4031
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export default {
this.holiday = res.Result.InHoliday ? 'Yes' : 'No'
this.doctorInfo = res.Result
!this.doctorInfo.ResearchPublicationView ? this.doctorInfo.ResearchPublicationView = {} : '';
this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}`
this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName} ${this.$t('resumeInfo:title:Details')}`
this.htmlTitle = this.title
this.initStatus()
this.initEmploymentInfo()