perf(前端): 历史记录: 查询`邮件`渠道; 类型

dev/ckeditor
Lei OT 4 months ago
parent ce8494fe26
commit 92e5cab823

@ -46,7 +46,7 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
{ key: 'whatsapp', label: 'WhatsApp', value: 'whatsapp' }, { key: 'whatsapp', label: 'WhatsApp', value: 'whatsapp' },
]} className='w-8' /> ]} className='w-8' />
</Form.Item> </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={[ <Select mode='multiple' maxTagCount={0} allowClear options={[
{ key: 'image', label: '图片', value: 'image' }, { key: 'image', label: '图片', value: 'image' },
{ key: 'video', label: '视频', value: 'video' }, { key: 'video', label: '视频', value: 'video' },
@ -54,7 +54,7 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
{ key: 'file', label: '文件', value: 'file' }, { key: 'file', label: '文件', value: 'file' },
{ key: 'email', label: '邮件', value: 'email' }, { key: 'email', label: '邮件', value: 'email' },
]} className='w-8' /> ]} className='w-8' />
</Form.Item> </Form.Item> */}
<Form.Item label='日期' name='msgDateRange'> <Form.Item label='日期' name='msgDateRange'>
<RangePicker format={'YYYY-MM-DD'} /> <RangePicker format={'YYYY-MM-DD'} />

Loading…
Cancel
Save