From be972c6fe822ea23ae588ed125b19b25ae703c5e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 12 Jun 2024 14:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=88=A4=E8=A7=84=E5=88=99=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ArbitrationRules.vue | 39 +++++++++++-------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/ArbitrationRules.vue b/src/views/trials/trials-panel/setting/reading-unit/components/ArbitrationRules.vue index b54b490f..ccb6186f 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/ArbitrationRules.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/ArbitrationRules.vue @@ -71,8 +71,15 @@ :label="item.value" v-if=" (JudgyInfo.ArbitrationRule === 1 && - QuestionList[index].Type === 'number') || - (item.value !== 4 && item.value !== 5) + QuestionList[index].Type === 'number' && + item.value !== 2 && + item.value !== 3) || + (JudgyInfo.ArbitrationRule === 2 && + QuestionList[index].Type === 'number' && + item.value === 1) || + (QuestionList[index].Type !== 'number' && + item.value !== 4 && + item.value !== 5) " >{{ item.label }} @@ -303,20 +310,6 @@ " :rules="JudgeDifferenceValueQRules" > - - - + +