考试安排页面

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

Loading…
Cancel
Save