阅片规则单位更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2026-04-29 13:30:42 +08:00
parent c373b59f23
commit 877e47ccb1
1 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,9 @@
<div style="display: flex"> <div style="display: flex">
<el-input v-model="QuestionList[index].JudgeDifferenceValue" clearable <el-input v-model="QuestionList[index].JudgeDifferenceValue" clearable
:disabled="OtherInfo.IsSign"></el-input> :disabled="OtherInfo.IsSign"></el-input>
<span style="margin-left: 10px" v-if="QuestionList[index].JudgeType !== 5">{{ <span style="margin-left: 10px" v-if="QuestionList[index].JudgeType !== 5 && QuestionList[index].Unit !== 0">
$fd('ValueUnit', QuestionList[index].Unit) {{ `${QuestionList[index].Unit === 4 ? QuestionList[index].CustomUnit : $fd('ValueUnit', QuestionList[index].Unit)}`}}
}}</span> </span>
</div> </div>
</el-form-item> </el-form-item>
</el-form> </el-form>