|
@@ -171,7 +171,7 @@
|
|
|
>
|
|
|
<template v-if="itemss.data">
|
|
|
<template v-if="itemss.type == 'ligature_chs'">
|
|
|
- <Ligature :cur-que="itemss.data" :theme-color="themeColor" />
|
|
|
+ <Ligature :cur-que="itemss.data" :theme-color="themeColor" :TaskModel="TaskModel" />
|
|
|
</template>
|
|
|
<template v-if="itemss.data.type == 'image'">
|
|
|
<Picture
|
|
@@ -182,13 +182,11 @@
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
|
- <template v-if="itemss.type == 'record_chs'">
|
|
|
- <Record :cur-que="itemss.data" :theme-color="themeColor" />
|
|
|
- </template>
|
|
|
<template v-if="itemss.type == 'phrase_chs'">
|
|
|
<WordPhrase
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -199,6 +197,7 @@
|
|
|
:currentTreeID="currentTreeID"
|
|
|
:indexs="indexs"
|
|
|
:indexss="indexss"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -206,6 +205,7 @@
|
|
|
<WordPhrase
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -213,6 +213,7 @@
|
|
|
<Notes
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -224,6 +225,7 @@
|
|
|
:n-n-p-e-annotation-list="NNPEAnnotationList"
|
|
|
:theme-color="themeColor"
|
|
|
:currentTreeID="currentTreeID"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -243,6 +245,7 @@
|
|
|
:color-box="colorBox"
|
|
|
:theme-color="themeColor"
|
|
|
:currentTreeID="currentTreeID"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -251,6 +254,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:color-box="colorBox"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -258,6 +262,7 @@
|
|
|
<InputHasRecord
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -265,6 +270,7 @@
|
|
|
<TextInputRecord
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -280,6 +286,7 @@
|
|
|
<SentenceInput
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -287,6 +294,7 @@
|
|
|
<NumberSelectHasRecord
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -294,6 +302,7 @@
|
|
|
<voice-matrix
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -308,6 +317,7 @@
|
|
|
<Soduko
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -315,6 +325,7 @@
|
|
|
<Single
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -322,6 +333,7 @@
|
|
|
<TextProblem
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -330,6 +342,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
:indexStr="index + '_' + indexs + '_' + indexss"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -339,6 +352,7 @@
|
|
|
<SelectYinjie
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -346,6 +360,7 @@
|
|
|
<SentenceListenRead
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -353,6 +368,7 @@
|
|
|
<SentenceSortQP
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -360,6 +376,7 @@
|
|
|
<Checkbox
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -374,6 +391,7 @@
|
|
|
<RecordModule
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -387,6 +405,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:type="itemss.type"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -395,6 +414,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:handle-n-n-p-enext="handleNNPEnext"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -402,6 +422,7 @@
|
|
|
<Tinydemo
|
|
|
:cur-que="itemss.data"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -413,6 +434,7 @@
|
|
|
:indexStr="
|
|
|
index + '_' + indexs + '_' + indexss + '_' + currentTreeID
|
|
|
"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -421,6 +443,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:type="itemss.type"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -429,6 +452,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:type="itemss.type"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|
|
@@ -437,6 +461,7 @@
|
|
|
:cur-que="itemss.data"
|
|
|
:type="itemss.type"
|
|
|
:theme-color="themeColor"
|
|
|
+ :TaskModel="TaskModel"
|
|
|
v-if="refresh"
|
|
|
/>
|
|
|
</template>
|