修改
This commit is contained in:
parent
13fee9d3ea
commit
e2c4b6fa9d
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<!-- 问卷模板 -->
|
||||
<el-dialog title="问卷预览" :visible.sync="questionopen" width="50%">
|
||||
<el-dialog title="问卷预览" :visible.sync="questionopen" width="30%">
|
||||
<div class="words" v-for="(item, index) in questiondata.questionSubjectList" :key="index">
|
||||
{{ index + 1 }}.{{ item.questionName }}
|
||||
<span v-if="item.questionType == 'MULTIPLE_CHOICE'">(单选题)</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user