Compare commits
No commits in common. "689c149a3a92970e70bd50020cb735871980f5af" and "4eba3b2cb3e99b030e111f90d5bcb5443e1f05d0" have entirely different histories.
689c149a3a
...
4eba3b2cb3
|
@ -343,16 +343,11 @@
|
||||||
"
|
"
|
||||||
prop="JudgeDifferenceValue"
|
prop="JudgeDifferenceValue"
|
||||||
>
|
>
|
||||||
<div style="display: flex">
|
<el-input
|
||||||
<el-input
|
v-model="QuestionList[index].JudgeDifferenceValue"
|
||||||
v-model="QuestionList[index].JudgeDifferenceValue"
|
clearable
|
||||||
clearable
|
:disabled="OtherInfo.IsSign"
|
||||||
:disabled="OtherInfo.IsSign"
|
></el-input>
|
||||||
></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