From 3a3f55fd0f2f071a825d2ee613d7ad34a57df0b7 Mon Sep 17 00:00:00 2001 From: sunhonglei Date: Tue, 11 Mar 2025 11:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E5=AE=89=E6=8E=92=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exam-online/compoents/ExamListPage.tsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx b/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx index 43723be..e461afb 100644 --- a/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx +++ b/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx @@ -355,30 +355,33 @@ const ExamListPage = ({ history }: { history: any }) => { return (
-
+
+ - setSearchForm({ ...searchForm, examName: e.target.value }) + setSearchForm({...searchForm, examName: e.target.value}) } - style={{ width: 150, marginRight: 8 }} + style={{width: 150, marginRight: 8}} /> + - setSearchForm({ ...searchForm, paperName: e.target.value }) + setSearchForm({...searchForm, paperName: e.target.value}) } - style={{ width: 150, marginRight: 8 }} + style={{width: 150, marginRight: 8}} /> + + - setSearchForm({ ...searchForm, validTime: value }) + setSearchForm({...searchForm, validTime: value}) } - style={{ marginRight: 8 }} + style={{marginRight: 8}} /> -