考试安排页面

main
sunhonglei 4 months ago
parent c3318b1259
commit 3a3f55fd0f
  1. 4
      packages/examination/src/views/exam-online/compoents/ExamListPage.tsx

@ -356,6 +356,7 @@ const ExamListPage = ({ history }: { history: any }) => {
return ( return (
<div> <div>
<div style={{marginBottom: 16}}> <div style={{marginBottom: 16}}>
<label>:</label>
<Input <Input
placeholder="考试名称" placeholder="考试名称"
value={searchForm.examName} value={searchForm.examName}
@ -364,6 +365,7 @@ const ExamListPage = ({ history }: { history: any }) => {
} }
style={{width: 150, marginRight: 8}} style={{width: 150, marginRight: 8}}
/> />
<label>:</label>
<Input <Input
placeholder="试卷名称" placeholder="试卷名称"
value={searchForm.paperName} value={searchForm.paperName}
@ -372,6 +374,7 @@ const ExamListPage = ({ history }: { history: any }) => {
} }
style={{width: 150, marginRight: 8}} style={{width: 150, marginRight: 8}}
/> />
<label>:</label>
<Select <Select
placeholder="监管行业" placeholder="监管行业"
value={searchForm.regulatedIndustry} value={searchForm.regulatedIndustry}
@ -387,6 +390,7 @@ const ExamListPage = ({ history }: { history: any }) => {
</Option> </Option>
))} ))}
</Select> </Select>
<label>:</label>
<DatePicker <DatePicker
value={searchForm.validTime} // 使用 Moment 类型 value={searchForm.validTime} // 使用 Moment 类型
onChange={(value: Moment | null) => onChange={(value: Moment | null) =>

Loading…
Cancel
Save