仲裁问题规则修改

uat_us
wangxiaoshuang 2024-05-27 15:32:40 +08:00
parent 56b94a97fd
commit 84c48adb39
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,8 @@
"
:label="item.value"
v-if="
JudgyInfo.ArbitrationRule === 1 ||
(JudgyInfo.ArbitrationRule === 1 &&
QuestionList[index].Type === 'number') ||
(item.value !== 4 && item.value !== 5)
"
>{{ item.label }}</el-radio
@ -327,6 +328,7 @@
<el-select
v-model="QuestionList[index].JudgeDifferenceType"
placeholder="请选择"
:disabled="OtherInfo.IsSign"
>
<el-option
v-for="item of $d.JudgeDifferenceType"