页面搭建
parent
2f19185cba
commit
b09cee71f1
|
|
@ -28,7 +28,7 @@ const ToolBar = ({ setSearchVal, onExport, storeData, role }) => {
|
|||
<Form.Item label="类型" name="types">
|
||||
<Select options={[
|
||||
{value:1,label:'大事记'}, {value:2,label:'调度指令'}, {value:3,label:'维修养护'},{value:4,label:'安全鉴定'}, {value:5,label:"除险加固"}, {value:6,label:'白蚁普查'}
|
||||
]} allowClear mode='tags' style={{ width: "400px" }}/>
|
||||
]} allowClear mode='multiple' maxTagCount='responsive' style={{ width: "200px" }}/>
|
||||
</Form.Item>
|
||||
<Form.Item label="发生日期" name="tm">
|
||||
<RangePicker
|
||||
|
|
|
|||
Loading…
Reference in New Issue