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}} /> -