From 27dbfd535683dd40625b97716024b9e0775e1372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Mon, 29 Jan 2024 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E5=A4=B4=E8=A1=94=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=8A=A5=E9=94=991?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/blindResumeInfo/info.vue | 1 + src/views/resumeInfo/index.vue | 1 + 2 files changed, 2 insertions(+) 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() {