| | |
| | | |
| | | import React, { useState, useRef, useEffect } from 'react'; |
| | | import { useIntl, FormattedMessage } from '@umijs/max'; |
| | | import { Button, message, Modal, Input, Space } from 'antd'; |
| | | import { Button, message, Modal } from 'antd'; |
| | | import { |
| | | FooterToolbar, |
| | | PageContainer, |
| | | ProTable, |
| | | LightFilter, |
| | | ProFormDatePicker, |
| | | } from '@ant-design/pro-components'; |
| | | import { PlusOutlined, ExportOutlined, SearchOutlined } from '@ant-design/icons'; |
| | | import { PlusOutlined, ExportOutlined } from '@ant-design/icons'; |
| | | import Http from '@/utils/http'; |
| | | import Edit from './components/edit' |
| | | |
| | |
| | | }, |
| | | }, |
| | | filter: ( |
| | | <LightFilter> |
| | | <ProFormDatePicker name="startdate" label="响应日期" /> |
| | | <LightFilter |
| | | onValuesChange={(val) => { |
| | | }} |
| | | > |
| | | </LightFilter> |
| | | ), |
| | | actions: [ |