From 4d7c48941f113a94f4c67189bc5fa9be2598fc68 Mon Sep 17 00:00:00 2001 From: "1147192855@qq.com" <1147192855@qq.com> Date: Wed, 13 Mar 2024 10:48:49 +0800 Subject: [PATCH] 1111 --- .../new_version_of_homework/favorite_widget.dart | 1 + .../lib/pages/homework_correction/do_papers_job.dart | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/marking_app/lib/pages/homework_correction/components/new_version_of_homework/favorite_widget.dart b/marking_app/lib/pages/homework_correction/components/new_version_of_homework/favorite_widget.dart index 138ad8f..43bef8a 100644 --- a/marking_app/lib/pages/homework_correction/components/new_version_of_homework/favorite_widget.dart +++ b/marking_app/lib/pages/homework_correction/components/new_version_of_homework/favorite_widget.dart @@ -52,6 +52,7 @@ class _FavoriteState extends State with EventBusMixin res = await _client.toJobFavoriteCancel(favoriteVal); if (res.success) { _future = getData(favoriteVal.taskId, favoriteVal.studentId, _eventModel!.paperId); diff --git a/marking_app/lib/pages/homework_correction/do_papers_job.dart b/marking_app/lib/pages/homework_correction/do_papers_job.dart index 1bad41a..d0e9e1d 100644 --- a/marking_app/lib/pages/homework_correction/do_papers_job.dart +++ b/marking_app/lib/pages/homework_correction/do_papers_job.dart @@ -174,7 +174,7 @@ class ReviewStatusInfo extends HookWidget with CommonMixin { Container( margin: EdgeInsets.only(top: 14.h), child: quickText( - '当前页未提交作业学生名单', + '当前页未提交学生名单', size: 15.sp, fontWeight: FontWeight.bold, color: Color.fromRGBO(60, 60, 60, 1), @@ -667,7 +667,7 @@ class _EexamPaperAndScoringViewState extends ConsumerState