From acf8396e0723781a705b331e166824495a7d2f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Thu, 1 Feb 2024 15:34:27 +0800 Subject: [PATCH 1/3] 1 --- src/views/resumeInfo/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/resumeInfo/index.vue b/src/views/resumeInfo/index.vue index aee1c71e..b79caf6a 100644 --- a/src/views/resumeInfo/index.vue +++ b/src/views/resumeInfo/index.vue @@ -102,7 +102,9 @@ export default { this.setLanguage('zh') this.$updateDictionary() } - this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}` + if (this.doctorInfo) { + this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}` + } } }, mounted() { From 2640082cf7b3b7dd17a87158f875457efd875f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Thu, 1 Feb 2024 17:00:10 +0800 Subject: [PATCH 2/3] 1 --- .../setting/personnel-manage/components/siteForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue index c207f4a1..b74335d1 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/siteForm.vue @@ -51,6 +51,7 @@ width="50" :selectable="handleSelectable" /> + Date: Fri, 2 Feb 2024 09:56:44 +0800 Subject: [PATCH 3/3] 1 --- .../setting/reading-unit/components/QuestionsForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue index 0bf95031..a6fd45bf 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue @@ -769,7 +769,7 @@ export default { GroupId: null, ClassifyQuestionId: null, ClassifyAlgorithms: null, - LimitShow: null + LimitShow: 0 // IsEnable: true }, rules: {