Commit e9903dcf authored by 黄奎's avatar 黄奎

页面修改

parent 39c6938e
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
</div> </div>
<br /> <br />
<div class="col-12"> <div class="col-12">
<template v-if="questionObj.Key=='cloze'">
选项处用##题号##替换,如##1##
</template>
<UeEditor v-model="objOption.Title" :config="config" ref="UE_Title"></UeEditor> <UeEditor v-model="objOption.Title" :config="config" ref="UE_Title"></UeEditor>
</div> </div>
<br /> <br />
......
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
}; };
}, },
created() { created() {
console.log("data", this.data);
this.initConfig(); this.initConfig();
}, },
methods: { methods: {
......
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