Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 2d996941a2 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-09-26 14:49:41 +08:00
caiyiling 2ac92aa8b3 裁判阅片更改 2024-09-26 14:49:25 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<span v-else> <span v-else>
{{ scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer }} {{ scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer }}
</span> </span>
<span v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit">{{ $fd('ValueUnit', parseInt(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit)) }}</span> <span v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit && !isNaN(parseFloat(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer))">{{ $fd('ValueUnit', parseInt(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit)) }}</span>
</div> </div>
<div v-else-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].QuestionType === 2"> <div v-else-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].QuestionType === 2">
<div v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer"> <div v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer">