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 }}