fix:bug

This commit is contained in:
steven
2022-10-13 17:05:20 +08:00
parent fa1038f83e
commit 2f931d3dcd

View File

@@ -99,7 +99,9 @@
<!-- 签名题 -->
<div v-else-if="question.question_type === 22"></div>
<!-- 知情同意书 -->
<div v-else-if="question.question_type === 23"></div>
<div v-else-if="question.question_type === 23">
<div v-html="question.row?.[0]" />
</div>
<!-- 热区题 -->
<div v-else-if="question.question_type === 25 || question.question_type === 26">
<div class="heat" v-html="question.row?.[0]" />