Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
3a659cd9bc
|
@ -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