zhangjie 6 сар өмнө
parent
commit
7a4bb62203

+ 2 - 2
src/views/base/track-export/modifySet.vue

@@ -111,8 +111,8 @@
     outputDir: '',
     curOutputDir: '',
     outputDirIsDefault: true,
-    trackColorType: 'DEFAULT' as TrackColorTypeEnum,
-    studentFileRule: 'CODE' as StudentFileRuleEnum,
+    trackColorType: 'ALL_RED' as TrackColorTypeEnum,
+    studentFileRule: 'CODE_NAME' as StudentFileRuleEnum,
   };
 
   const emit = defineEmits(['modified']);