仲裁规则添加单位

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-10 10:30:36 +08:00
parent 77c3f0244e
commit 5b3ae0c076
1 changed files with 10 additions and 5 deletions

View File

@ -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>