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