|
|
|
@ -21,13 +21,13 @@ const RegulationCompliance = () => {
|
|
|
|
<div className={styles.searchSection}>
|
|
|
|
<div className={styles.searchSection}>
|
|
|
|
<Form form={form} layout="inline" onFinish={handleSearch}>
|
|
|
|
<Form form={form} layout="inline" onFinish={handleSearch}>
|
|
|
|
<Form.Item label="法规名称" name="regulationName">
|
|
|
|
<Form.Item label="法规名称" name="regulationName">
|
|
|
|
<Input placeholder="请输入" style={{ width: 140, borderRadius: '2px' }} />
|
|
|
|
<Input placeholder="请输入" style={{ width: 160, borderRadius: '2px' }} />
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
<Form.Item label="发布部门" name="regulationNumber">
|
|
|
|
<Form.Item label="发布部门" name="regulationNumber">
|
|
|
|
<Input placeholder="请输入" style={{ width: 140, borderRadius: '2px' }} />
|
|
|
|
<Input placeholder="请输入" style={{ width: 160, borderRadius: '2px' }} />
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
<Form.Item label="发布日期" name="publishDate">
|
|
|
|
<Form.Item label="发布日期" name="publishDate">
|
|
|
|
<DatePicker placeholder="请选择" style={{ width: 140, borderRadius: '2px' }} />
|
|
|
|
<DatePicker placeholder="请选择" style={{ width: 160, borderRadius: '2px' }} />
|
|
|
|
</Form.Item>
|
|
|
|
</Form.Item>
|
|
|
|
<Form.Item>
|
|
|
|
<Form.Item>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
|