From 5717fb9dd151439663605ba63ab424deb7c89ecb Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 25 Jun 2025 14:29:32 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=9D=B6=E6=AE=B5=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IVUS/QuestionList.vue | 4 ++-- .../reading/dicoms/components/OCT/QuestionList.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index b031ddc1..61d1640c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -443,8 +443,8 @@ export default { if (item.Type === 'number') { this.limitBlur(item.Id, item.ValueType) } - if (question.Childrens.length > 0) { - this.resetChild(question.Childrens) + if (item.Childrens && item.Childrens.length > 0) { + this.resetChild(item.Childrens) } }, resetChild(obj) { diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index c8b8da41..c650cd6e 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -436,10 +436,10 @@ export default { }, formItemChange(val, question) { this.formChanged = true - if (item.Type === 'number') { - this.limitBlur(item.Id, item.ValueType) + if (question.Type === 'number') { + this.limitBlur(question.Id, question.ValueType) } - if (question.Childrens.length > 0) { + if (question.Childrens && question.Childrens.length > 0) { this.resetChild(question.Childrens) } }, From a4991c3a4b1179723795a41415220176a798c64c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 25 Jun 2025 15:49:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=A1=B5=E5=9F=BA=E7=BA=BF=E5=8F=AF=E7=BC=96=E8=BE=91=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=A4=B1=E8=AE=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/visitForm.vue | 120 +++++------------- 1 file changed, 34 insertions(+), 86 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue b/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue index 747f2a60..1a132862 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue @@ -3,40 +3,18 @@
- - + + - - + + @@ -44,86 +22,56 @@ - + *{{ $t('trials:crcUpload:form:setFinalAssessment1').replaceAll('xxx', otherInfo.OutEnrollmentVisitName) }} - - + + - - + + - + - {{ item.label }} + {{ + item.label }} - - - {{ item.label }} + + + {{ item.label + }} - + - {{ item.label }} + {{ item.label + }} *{{ $t('trials:crcUpload:form:setFinalAssessment') }} - - - - {{ item.label }} + + + + {{ item.label + }}
@@ -285,7 +233,7 @@ export default { handleSubjectVisitChange(val) { if (val) { const selectArr = this.subjectVisitOptions.filter(item => item.Id === val) - this.form.VisitNum = Math.ceil((selectArr[0].VisitNum + 0.1)*10)/10; + this.form.VisitNum = Math.ceil((selectArr[0].VisitNum + 0.1) * 10) / 10; } }, handleIsFinalVisitChange(val) { From 2b4d4f261b43c03789e6b416f0fe0c17673c7449 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 25 Jun 2025 17:42:36 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=A1=B5=E5=9F=BA=E7=BA=BF=E5=8F=AF=E7=BC=96=E8=BE=91=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=A4=B1=E8=AE=BF=EF=BC=88=E5=8F=96=E6=B6=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/visitForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue b/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue index 1a132862..4fe53132 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/visitForm.vue @@ -53,25 +53,25 @@ {{ item.label - }} + }} {{ item.label - }} + }} *{{ $t('trials:crcUpload:form:setFinalAssessment') }} - - + + {{ item.label - }} + }}