仲裁问题规则修改
parent
56b94a97fd
commit
84c48adb39
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue