Compare commits

..

2 Commits

Author SHA1 Message Date
DESKTOP-6C3NK6N\WXS 689c149a3a Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2024-09-10 10:30:50 +08:00
DESKTOP-6C3NK6N\WXS 5b3ae0c076 仲裁规则添加单位 2024-09-10 10:30:36 +08:00
1 changed files with 10 additions and 5 deletions

View File

@ -343,11 +343,16 @@
" "
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>