Browse Source

feat: 作业修改

TIANYONG 5 months ago
parent
commit
5194ef29da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/page-instrument/custom-plugins/work-home/index.tsx

+ 1 - 1
src/page-instrument/custom-plugins/work-home/index.tsx

@@ -28,7 +28,7 @@ export default defineComponent({
 			end: "" as any,
 			timer: null as any, // 定时器
 			realThisTimeTotal: 0, // 达标的本次练习时长
-			trainingStatus: "" as any, // 作业状态
+			trainingStatus: "UNSUBMITTED" as any, // 作业状态
 		});
 
 		/** 隐藏评测功能 */