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

页面修改

parent 0f4ec037
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</span><br /> </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"> v-for="subItem in item.QuestionContentObj">
<span>{{subItem.Name}}.{{subItem.Content}} </span><br /> <span>{{subItem.Name}}.{{subItem.Content}} </span><br />
</template> </template>
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
}; };
}, },
created() { created() {
this.initConfig(); this.initConfig();
}, },
mounted(){ 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