|
|
|
@ -46,7 +46,7 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
|
|
|
|
|
{ key: 'whatsapp', label: 'WhatsApp', value: 'whatsapp' },
|
|
|
|
|
]} className='w-8' />
|
|
|
|
|
</Form.Item>
|
|
|
|
|
<Form.Item label='消息类型' name='mtype' className='w-44'>
|
|
|
|
|
{/* <Form.Item label='消息类型' name='mtype' className='w-44'>
|
|
|
|
|
<Select mode='multiple' maxTagCount={0} allowClear options={[
|
|
|
|
|
{ key: 'image', label: '图片', value: 'image' },
|
|
|
|
|
{ key: 'video', label: '视频', value: 'video' },
|
|
|
|
@ -54,10 +54,10 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
|
|
|
|
|
{ key: 'file', label: '文件', value: 'file' },
|
|
|
|
|
{ key: 'email', label: '邮件', value: 'email' },
|
|
|
|
|
]} className='w-8' />
|
|
|
|
|
</Form.Item>
|
|
|
|
|
</Form.Item> */}
|
|
|
|
|
<Form.Item label='日期' name='msgDateRange'>
|
|
|
|
|
<RangePicker format={'YYYY-MM-DD'} />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Form.Item>
|
|
|
|
|
</Flex>
|
|
|
|
|
<div style={{ flex: '0 1 64px' }} className='flex justify-between'>
|
|
|
|
|