报告页面:问题值出现了 【Object object】的字段
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-04 13:12:26 +08:00
parent e36ae0404d
commit 99955b2eff
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
</template>
</el-select>
<span
v-else-if="questionForm[scope.row.QuestionId] instanceof Array && questionForm[scope.row.QuestionId][scope.row.xfIndex] && questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId] && (scope.row.Type === 'select' || scope.row.Type === 'radio')">
v-else-if="questionForm[scope.row.QuestionId] instanceof Array && questionForm[scope.row.QuestionId][scope.row.xfIndex] && (scope.row.Type === 'select' || scope.row.Type === 'radio')">
{{
Array.isArray(questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId])