|
@@ -538,7 +538,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
</template>
|
|
|
- <template v-if="topicIitem.type == 'table_chs'">
|
|
|
+ <template v-if="topicIitem.type == 'table_chs'">
|
|
|
<template v-if="topicIitem.is_edit">
|
|
|
<Table
|
|
|
:curQue="topicIitem.data"
|
|
@@ -547,9 +547,7 @@
|
|
|
:changeCurQue="changeCurQue"
|
|
|
/>
|
|
|
</template>
|
|
|
- <template v-else>
|
|
|
-
|
|
|
- </template>
|
|
|
+ <template v-else> </template>
|
|
|
</template>
|
|
|
</div>
|
|
|
<div
|
|
@@ -692,7 +690,6 @@ import Tinydemo from "@/components/Adult/inputModules/Tinydemo.vue";
|
|
|
import VideoControl from "@/components/Adult/inputModules/VideoControl.vue";
|
|
|
import Table from "@/components/Adult/inputModules/Table.vue";
|
|
|
|
|
|
-
|
|
|
import Textdes from "@/components/Adult/inputModules/Textdes.vue";
|
|
|
import Record from "@/components/Adult/inputModules/Record.vue";
|
|
|
import Hanzi from "@/components/Adult/inputModules/Hanzi.vue";
|
|
@@ -1177,7 +1174,10 @@ export default {
|
|
|
question_list.cur_fn_data.forEach((curItem) => {
|
|
|
curItem.table_list.forEach((tabItem) => {
|
|
|
tabItem.forEach((topicIitem) => {
|
|
|
- if (topicIitem.type == "article_chs") {
|
|
|
+ if (
|
|
|
+ topicIitem.type == "article_chs" ||
|
|
|
+ topicIitem.type == "dialogue_article_chs"
|
|
|
+ ) {
|
|
|
topicIitem.data.detail.forEach((item) => {
|
|
|
sentence_list = sentence_list.concat(item.sentences);
|
|
|
});
|