Commit 5f036a51 authored by 黄奎's avatar 黄奎

页面修改

parent 0f4ec037
......@@ -38,7 +38,7 @@
</span><br />
<!--选择题-->
<template v-if="item.QuestionTypeKey=='single'||item.QuestionTypeKey=='multiple'"
<template v-if="item.QuestionTypeKey=='single'||item.QuestionTypeKey=='multiple'||item.QuestionTypeKey=='single-number'"
v-for="subItem in item.QuestionContentObj">
<span>{{subItem.Name}}.{{subItem.Content}} </span><br />
</template>
......
......@@ -62,6 +62,7 @@
};
},
created() {
this.initConfig();
},
mounted(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment