From b06dcdc98fce61806f9c8d774f4029d2cbf997cf Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Thu, 12 Sep 2024 15:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B2=E8=A3=81=E8=A7=84=E5=88=99=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ArbitrationRules.vue | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 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 29d834d3..4440f09b 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,21 +71,15 @@ :label="item.value" v-if=" (JudgyInfo.ArbitrationRule === 1 && - (QuestionList[index].Type === 'number' || - QuestionList[index].Type === 'calculation') && - item.value !== 2 && - item.value !== 3) || - (JudgyInfo.ArbitrationRule === 2 && - (QuestionList[index].Type === 'number' || - QuestionList[index].Type === 'calculation') && - item.value === 1) || - ((QuestionList[index].Type === 'number' || - QuestionList[index].Type === 'calculation') && - item.value !== 4 && - item.value !== 5) + (item.value < 4 || + (item.value > 3 && + (QuestionList[index].Type === 'number' || + QuestionList[index].Type === 'calculation')))) || + (JudgyInfo.ArbitrationRule === 2 && item.value < 4) " - >{{ item.label }} + {{ item.label }} +