Merge branch 'uat'
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-25 10:18:14 +08:00
commit 8f497ed363
1 changed files with 1 additions and 1 deletions

View File

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