Sfoglia il codice sorgente

修改合并与被合并可option

wolyshaw 4 anni fa
parent
commit
bc39c1813b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 = {
   合并课: '合并课',