feat():水源地查询条件修改
parent
e28b1241f4
commit
133db63256
|
|
@ -20,23 +20,15 @@ const SearchBar: React.FC<{
|
||||||
<Form layout="horizontal" onFinish={doSearch}>
|
<Form layout="horizontal" onFinish={doSearch}>
|
||||||
<Row gutter={32}>
|
<Row gutter={32}>
|
||||||
<Col flex={0} style={{ width: 260 }}>
|
<Col flex={0} style={{ width: 260 }}>
|
||||||
<Form.Item name="水库代码" label="水库代码">
|
<Form.Item name="水源地名称" label="水源地名称">
|
||||||
<Input placeholder='请输入水库代码' allowClear />
|
<Input placeholder='请输入水源地名称' allowClear />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
<Col flex={0} style={{ width: 260 }}>
|
<Col flex={0} style={{ width: 260 }}>
|
||||||
<Form.Item name="水库名称" label="水库名称">
|
<Form.Item name="水源地类型" label="水源地类型">
|
||||||
<Input placeholder='请输入水库名称' allowClear />
|
|
||||||
</Form.Item>
|
|
||||||
</Col>
|
|
||||||
<Col flex={0} style={{ width: 260 }}>
|
|
||||||
<Form.Item name="水库规模" label="水库规模">
|
|
||||||
<Select>
|
<Select>
|
||||||
<Select.Option value="1">大(1)型</Select.Option>
|
<Select.Option value="1">水库</Select.Option>
|
||||||
<Select.Option value="2">大(2)型</Select.Option>
|
<Select.Option value="2">河道</Select.Option>
|
||||||
<Select.Option value="3">中</Select.Option>
|
|
||||||
<Select.Option value="4">小(1)型</Select.Option>
|
|
||||||
<Select.Option value="5">小(2)型</Select.Option>
|
|
||||||
</Select>
|
</Select>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue