|
@ -464,7 +464,7 @@ const PatrolTable = (props) => { |
|
|
<div style={{ marginBottom: 20 }}> |
|
|
<div style={{ marginBottom: 20 }}> |
|
|
<RangePicker onChange={(date, dateString) => { setDateRange(dateString) }} /> |
|
|
<RangePicker onChange={(date, dateString) => { setDateRange(dateString) }} /> |
|
|
<Button style={{ marginLeft: 20 }}>查询</Button> |
|
|
<Button style={{ marginLeft: 20 }}>查询</Button> |
|
|
<Button style={{ marginLeft: 20 }} onClick={handleExport} >导出</Button> |
|
|
{/* <Button style={{ marginLeft: 20 }} onClick={handleExport} >导出</Button> */} |
|
|
</div> : '' |
|
|
</div> : '' |
|
|
} |
|
|
} |
|
|
{contentList[activeTabKey1]} |
|
|
{contentList[activeTabKey1]} |
|
|