|
@@ -474,7 +474,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <Ligatureview :cur-que="topicIitem.data" />
|
|
|
+
|
|
|
</template>
|
|
|
</template>
|
|
|
<template
|
|
@@ -624,11 +624,6 @@
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <SentenceSortQP
|
|
|
- :cur-que="topicIitem.data"
|
|
|
- :type="topicIitem.type"
|
|
|
- :fn_data="fn_data"
|
|
|
- />
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-if="topicIitem.type == 'CourseStart_chs'">
|
|
@@ -678,11 +673,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <UploadControlView
|
|
|
- :type="topicIitem.type"
|
|
|
- :cur-que="topicIitem.data"
|
|
|
- :fn_data="fn_data"
|
|
|
- />
|
|
|
+
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-if="topicIitem.type == 'tinydemo_chs'">
|
|
@@ -741,11 +732,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <TableView
|
|
|
- :cur-que="topicIitem.data"
|
|
|
- :type="topicIitem.type"
|
|
|
- :fn_data="fn_data"
|
|
|
- />
|
|
|
+
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-if="topicIitem.type == 'play_record_chs'">
|
|
@@ -947,6 +934,7 @@
|
|
|
:theme-color="themeColor"
|
|
|
:is-show-title="true"
|
|
|
:task-model="TaskModel"
|
|
|
+ :isAnswerItemShow="true"
|
|
|
/>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|