Quellcode durchsuchen

Merge branch 'master' of http://60.205.254.193:3000/GCLS/GCLS_Page_Exercise

dusenyao vor 1 Jahr
Ursprung
Commit
7b9388699a

+ 1 - 1
src/views/exercise_questions/create/components/exercises/SortQuestion.vue

@@ -52,7 +52,7 @@
 
       <div class="footer">
         <span class="add-option" @click="addOption">
-          <SvgIcon icon-class="add-circle" size="14" /> <span>增加选项</span>
+          <SvgIcon icon-class="add-circle" size="14" /> <span>添加句子</span>
         </span>
       </div>
     </template>

+ 2 - 2
src/views/exercise_questions/data/sort.js

@@ -12,8 +12,8 @@ export function getOption(content = '') {
   return { content, mark: getRandomNumber() };
 }
 export const sortTypeList = [
-  { value: 'horizontal', label: '横排' },
-  { value: 'vertical', label: '竖排' },
+  { value: 'horizontal', label: '连词成句' },
+  { value: 'vertical', label: '连句成段' },
 ];
 // 选择题数据模板
 export function getSortDataTemplate() {