Compare commits
2 Commits
4eba3b2cb3
...
689c149a3a
Author | SHA1 | Date |
---|---|---|
|
689c149a3a | |
|
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