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