裁判阅片更改

uat_us
caiyiling 2024-09-26 14:02:20 +08:00
parent 988317d0cd
commit d2ab510a3c
1 changed files with 15 additions and 50 deletions

View File

@ -70,53 +70,21 @@
width="150" width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div <div v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].QuestionType === 1">
v-if=" <span v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].DictionaryCode">
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i] {{ $fd(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].DictionaryCode,parseInt(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer))
.QuestionType === 1 }}
" </span>
> <span v-else>
<span {{ scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer }}
v-if=" </span>
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i] <span v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit">{{ $fd('ValueUnit', parseInt(scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Unit)) }}</span>
.DictionaryCode
"
>{{
$fd(
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[
i
].DictionaryCode,
parseInt(
scope.row.VisitTaskInfoList[j.index]
.JudgeQuestionList[i].Answer
)
)
}}</span>
<span v-else>{{
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i]
.Answer
}}</span>
</div> </div>
<div <div v-else-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].QuestionType === 2">
v-else-if=" <div v-if="scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer">
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i] <span>
.QuestionType === 2 {{ $fd("YesOrNo",scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer) }}
" </span>
>
<div
v-if="
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i]
.Answer
"
>
<span>{{
$fd(
"YesOrNo",
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[
i
].Answer
)
}}</span>
<!-- 查看详情 --> <!-- 查看详情 -->
<el-button <el-button
type="text" type="text"
@ -143,10 +111,7 @@
</div> </div>
</div> </div>
<div v-else> <div v-else>
{{ {{ scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i].Answer }}
scope.row.VisitTaskInfoList[j.index].JudgeQuestionList[i]
.Answer
}}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>