Quellcode durchsuchen

修改合并与被合并可option

wolyshaw vor 4 Jahren
Ursprung
Commit
bc39c1813b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 = {
   合并课: '合并课',