From 174a1ddf5e698c19797c53354d70e741675d495a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 27 Jun 2025 11:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8D=95=E5=85=83=E8=AF=84?= =?UTF-8?q?=E4=BC=B0=E8=A1=A8=E5=8D=95CRF=E9=85=8D=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E5=80=BC=E9=97=AE=E9=A2=98=E7=9A=84=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=EF=BC=9A=E5=BD=B1=E5=83=8F=E6=A0=87=E8=AE=B0=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF=E7=8B=AC=E7=AB=8B=E7=9A=84=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=BE=9D=E8=B5=96=E4=BA=8E=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/reading-unit/components/QuestionsForm.vue | 10 +++++----- .../setting/reading-unit/components/TableQsForm.vue | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 3888c6ce..2b1b8756 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 @@ -727,7 +727,7 @@ }} - + {{ item.label }} @@ -1531,9 +1531,9 @@ export default { form.RelevanceId = '' form.RelevanceValueList = [] } - if (val === 0 && form.Type === 'number' && !this.isFromSystem) { - form.ImageMarkEnum = 1 - } + // if (val === 0 && form.Type === 'number' && !this.isFromSystem) { + // form.ImageMarkEnum = 1 + // } if (val === 2 && form.Type === 'number' && !this.isFromSystem) { form.ImageMarkEnum = 0 } diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue index 5b2414ed..c81eaaae 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/TableQsForm.vue @@ -429,7 +429,7 @@ {{ [1, 2, 3, 4].includes(form.CustomCalculateMark) ? $t('trials:readingUnit:qsList:message:msg1') : $t('trials:readingUnit:qsList:message:msg2') }} - + {{ item.label }} @@ -1344,9 +1344,9 @@ export default { form.RelevanceId = '' form.RelevanceValueList = [] } - if (val === 0 && form.Type === 'number' && !this.isFromSystem) { - form.ImageMarkEnum = 1 - } + // if (val === 0 && form.Type === 'number' && !this.isFromSystem) { + // form.ImageMarkEnum = 1 + // } if (val === 2 && form.Type === 'number' && !this.isFromSystem) { form.ImageMarkEnum = 0 }