bug调整
parent
18b090d488
commit
d783c82675
|
|
@ -165,12 +165,12 @@ const SiteReviewNotice = (props) => {
|
||||||
allowClear
|
allowClear
|
||||||
/>
|
/>
|
||||||
</Form.Item>,
|
</Form.Item>,
|
||||||
<Form.Item key="bizType" name="bizType">
|
// <Form.Item key="bizType" name="bizType">
|
||||||
<ControlWrapper.Select label="申请事项" placeholder="全部" allowClear style={{ width: "100%" }}>
|
// <ControlWrapper.Select label="申请事项" placeholder="全部" allowClear style={{ width: "100%" }}>
|
||||||
<Select.Option value="add">新申请资质</Select.Option>
|
// <Select.Option value="add">新申请资质</Select.Option>
|
||||||
<Select.Option value="change">资质变更</Select.Option>
|
// <Select.Option value="change">资质变更</Select.Option>
|
||||||
</ControlWrapper.Select>
|
// </ControlWrapper.Select>
|
||||||
</Form.Item>,
|
// </Form.Item>,
|
||||||
<Form.Item key="reviewDateRange" name="reviewDateRange">
|
<Form.Item key="reviewDateRange" name="reviewDateRange">
|
||||||
<ControlWrapper.DatePicker.RangePicker label="审查日期" placeholder={["开始日期", "结束日期"]} />
|
<ControlWrapper.DatePicker.RangePicker label="审查日期" placeholder={["开始日期", "结束日期"]} />
|
||||||
</Form.Item>,
|
</Form.Item>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue