소스 검색

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

dusenyao 1 년 전
부모
커밋
7b9388699a
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/exercise_questions/create/components/exercises/SortQuestion.vue
  2. 2 2
      src/views/exercise_questions/data/sort.js

+ 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() {