仲裁规则配置需要调整
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-30 13:18:19 +08:00
parent ca4f2c4a8e
commit 75f3b37c05
1 changed files with 4 additions and 6 deletions

View File

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