傅行帆 5 gadus atpakaļ
vecāks
revīzija
eb846e30fa
1 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  1. 0
    8
      src/pages/activity/ActivityList.jsx

+ 0
- 8
src/pages/activity/ActivityList.jsx Parādīt failu

@@ -314,14 +314,6 @@ const header = props => {
314 314
             <DatePicker onChange={timeOnChange}/>,
315 315
           )}
316 316
         </Form.Item>
317
-        <Form.Item>
318
-          {getFieldDecorator('isEnlist')(
319
-            <Select style={{ width: '180px' }} placeholder="是否报名">
320
-              <Option value="1">已报名</Option>
321
-              <Option value="0">未报名</Option>
322
-            </Select>,
323
-          )}
324
-        </Form.Item>
325 317
         <Form.Item>
326 318
           <Button type="primary" htmlType="submit" className={styles.searchBtn}>
327 319
             搜索