bug调整

dev-tmp1
zhanglei 2026-08-14 15:52:27 +08:00
parent 18b090d488
commit d783c82675
1 changed files with 10 additions and 10 deletions

View File

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