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] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0=E9=A1=B5?= =?UTF-8?q?=E5=9F=BA=E7=BA=BF=E5=8F=AF=E7=BC=96=E8=BE=91=E6=98=AF=E5=90=A6?= =?UTF-8?q?=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) {