소스 검색

修改合并与被合并可option

wolyshaw 4 년 전
부모
커밋
bc39c1813b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/constant/index.js

+ 2 - 2
src/constant/index.js

@@ -183,8 +183,8 @@ export const classTime = {
 }
 
 export const mergeCourseType = {
-  MASTER: '课',
-  ASSIST: '课',
+  MASTER: '合并课',
+  ASSIST: '被合并课',
 }
 export const mergeType = {
   合并课: '合并课',