diff --git a/.env.development b/.env.development index d48ca615..d96a6b16 100644 --- a/.env.development +++ b/.env.development @@ -33,7 +33,7 @@ VUE_APP_PASSWORD_FOR_PERMISSION = true VUE_APP_PASSWORD_FOR_REGULAR = ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[-_.@^+\$!%#*?&\$~])[A-Za-z0-9-~_.@^+\$~!%#*?&]{8,32}$ # 是否开启文档签署验证 true:是 false:否 -VUE_APP_WORD_FOR_PERMISSION = false +VUE_APP_WORD_FOR_PERMISSION = true # dicom文件地址 diff --git a/src/components/TrialsTab/index.vue b/src/components/TrialsTab/index.vue index 7fb3956d..87ce2daa 100644 --- a/src/components/TrialsTab/index.vue +++ b/src/components/TrialsTab/index.vue @@ -2,13 +2,13 @@ diff --git a/src/views/resumeInfo/components/Employment.vue b/src/views/resumeInfo/components/Employment.vue index 380098a6..ec46e5d9 100644 --- a/src/views/resumeInfo/components/Employment.vue +++ b/src/views/resumeInfo/components/Employment.vue @@ -14,27 +14,27 @@ {{ employment.RankCN }} - - - {{ employment.Physician }} - {{ employment.PhysicianCN }} - - + + + + + + {{ employment.Position }} {{ employment.PositionCN }} - - - {{ employment.HospitalName }} {{ employment.HospitalNameCN }} + + + {{ employment.UniversityAffiliated }} diff --git a/src/views/resumeInfo/index.vue b/src/views/resumeInfo/index.vue index 9d5dfda4..98f572b3 100644 --- a/src/views/resumeInfo/index.vue +++ b/src/views/resumeInfo/index.vue @@ -102,7 +102,7 @@ export default { this.setLanguage('zh') this.$updateDictionary() } - this.title =this.doctorInfo.BasicInfoView?`${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}`:'' + this.title =this.doctorInfo.BasicInfoView?`${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName} ${this.$t('resumeInfo:title:Details')}`:'' } }, mounted() { diff --git a/src/views/reviewers/components/BasicInfo.vue b/src/views/reviewers/components/BasicInfo.vue index 8463d6cd..2ebdca92 100644 --- a/src/views/reviewers/components/BasicInfo.vue +++ b/src/views/reviewers/components/BasicInfo.vue @@ -22,12 +22,12 @@ - + - + @@ -93,13 +93,11 @@ - - - - - - - + + + + + - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Save diff --git a/src/views/reviewers/index.vue b/src/views/reviewers/index.vue index 4da79ae3..d2294d89 100644 --- a/src/views/reviewers/index.vue +++ b/src/views/reviewers/index.vue @@ -4,14 +4,14 @@