Ver código fonte

关联生词

liuhaidi123 3 semanas atrás
pai
commit
ed50322d72

+ 8 - 0
src/views/book/courseware/create/components/question/article/Article.vue

@@ -252,6 +252,10 @@ export default {
             fontWeight: '',
             border: '',
             color: '',
+            matchWords: '',
+            matchNotes: '',
+            img: [],
+            imgPosition: 'after',
           };
           sentArr.push(obj);
         });
@@ -316,6 +320,10 @@ export default {
               fontWeight: '',
               border: '',
               color: '',
+              matchWords: '',
+              matchNotes: '',
+              img: [],
+              imgPosition: 'after',
             };
             sentArr.push(obj);
           });

+ 8 - 0
src/views/book/courseware/create/components/question/dialogue_article/Article.vue

@@ -600,6 +600,10 @@ export default {
             fontWeight: '',
             border: '',
             color: '',
+            matchWords: '',
+            matchNotes: '',
+            img: [],
+            imgPosition: 'after',
           };
           sentArr.push(obj);
         });
@@ -662,6 +666,10 @@ export default {
               fontWeight: '',
               border: '',
               color: '',
+              matchWords: '',
+              matchNotes: '',
+              img: [],
+              imgPosition: 'after',
             };
             sentArr.push(obj);
           });