From 75f3b37c05226ded9c956e17bfce5c810e9d4b7f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Dec 2024 13:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B2=E8=A3=81=E8=A7=84=E5=88=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=9C=80=E8=A6=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading-unit/components/ArbitrationRules.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 75a91c56..8611acdd 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 @@ -72,12 +72,10 @@ " :label="item.value" v-if=" - (JudgyInfo.ArbitrationRule === 1 && - (item.value < 4 || - (item.value > 3 && - (QuestionList[index].Type === 'number' || - QuestionList[index].Type === 'calculation')))) || - (JudgyInfo.ArbitrationRule === 2 && item.value < 4) + item.value < 4 || + (item.value > 3 && + (QuestionList[index].Type === 'number' || + QuestionList[index].Type === 'calculation')) " > {{ item.label }}