仲裁规则显示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b1096a8aa9
commit
b06dcdc98f
|
@ -71,21 +71,15 @@
|
||||||
:label="item.value"
|
:label="item.value"
|
||||||
v-if="
|
v-if="
|
||||||
(JudgyInfo.ArbitrationRule === 1 &&
|
(JudgyInfo.ArbitrationRule === 1 &&
|
||||||
(QuestionList[index].Type === 'number' ||
|
(item.value < 4 ||
|
||||||
QuestionList[index].Type === 'calculation') &&
|
(item.value > 3 &&
|
||||||
item.value !== 2 &&
|
(QuestionList[index].Type === 'number' ||
|
||||||
item.value !== 3) ||
|
QuestionList[index].Type === 'calculation')))) ||
|
||||||
(JudgyInfo.ArbitrationRule === 2 &&
|
(JudgyInfo.ArbitrationRule === 2 && item.value < 4)
|
||||||
(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.label }}</el-radio
|
|
||||||
>
|
>
|
||||||
|
{{ item.label }}
|
||||||
|
</el-radio>
|
||||||
</template>
|
</template>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
Loading…
Reference in New Issue