From 8ddfe34f723a1c49444fbe6a3034ce655cd15301 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 3 Mar 2026 10:26:02 +0800 Subject: [PATCH] =?UTF-8?q?IVUS=E6=A0=87=E5=87=86=E6=9B=B4=E6=94=B9?= 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 | 4 ++-- .../trials-panel/reading/dicoms/components/Questions.vue | 2 +- 3 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 2f25bdd7..63215f09 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 @@ -90,7 +90,7 @@ message: ['radio', 'select', 'checkbox'].includes(item.Type) ? $t('common:ruleMessage:select') : $t('common:ruleMessage:specify'), trigger: ['blur', 'change'] }, { - validator: item.Type === 'number' && !item.TypeValue && (item.QuestionType === 1010 || item.QuestionType === 1011) ? validatorNumberOrNEInput : (rule, value, callback) => { callback() }, trigger: ['blur', 'change'] + validator: item.Type === 'number' && !item.TypeValue && (item.QuestionType === 1016 || item.QuestionType === 1017) ? validatorNumberOrNEInput : (rule, value, callback) => { callback() }, trigger: ['blur', 'change'] } ]">