仲裁规则配置需要调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ca4f2c4a8e
commit
75f3b37c05
|
@ -72,12 +72,10 @@
|
|||
"
|
||||
:label="item.value"
|
||||
v-if="
|
||||
(JudgyInfo.ArbitrationRule === 1 &&
|
||||
(item.value < 4 ||
|
||||
item.value < 4 ||
|
||||
(item.value > 3 &&
|
||||
(QuestionList[index].Type === 'number' ||
|
||||
QuestionList[index].Type === 'calculation')))) ||
|
||||
(JudgyInfo.ArbitrationRule === 2 && item.value < 4)
|
||||
QuestionList[index].Type === 'calculation'))
|
||||
"
|
||||
>
|
||||
{{ item.label }}
|
||||
|
|
Loading…
Reference in New Issue