仲裁规则添加单位
parent
77c3f0244e
commit
5b3ae0c076
|
@ -343,11 +343,16 @@
|
|||
"
|
||||
prop="JudgeDifferenceValue"
|
||||
>
|
||||
<el-input
|
||||
v-model="QuestionList[index].JudgeDifferenceValue"
|
||||
clearable
|
||||
:disabled="OtherInfo.IsSign"
|
||||
></el-input>
|
||||
<div style="display: flex">
|
||||
<el-input
|
||||
v-model="QuestionList[index].JudgeDifferenceValue"
|
||||
clearable
|
||||
:disabled="OtherInfo.IsSign"
|
||||
></el-input>
|
||||
<span style="margin-left: 10px">{{
|
||||
$fd('ValueUnit', QuestionList[index].Unit)
|
||||
}}</span>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue