仲裁规则显示
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-12 15:24:38 +08:00
parent b1096a8aa9
commit b06dcdc98f
1 changed files with 7 additions and 13 deletions

View File

@ -71,21 +71,15 @@
:label="item.value"
v-if="
(JudgyInfo.ArbitrationRule === 1 &&
(QuestionList[index].Type === 'number' ||
QuestionList[index].Type === 'calculation') &&
item.value !== 2 &&
item.value !== 3) ||
(JudgyInfo.ArbitrationRule === 2 &&
(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.value < 4 ||
(item.value > 3 &&
(QuestionList[index].Type === 'number' ||
QuestionList[index].Type === 'calculation')))) ||
(JudgyInfo.ArbitrationRule === 2 && item.value < 4)
"
>{{ item.label }}</el-radio
>
{{ item.label }}
</el-radio>
</template>
</el-radio-group>
</el-form-item>