|
|
@ -99,7 +99,7 @@ for (let i = 0; i < 10; i += 1) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const IPList = (props) => { |
|
|
|
const PatrolNameList = (props) => { |
|
|
|
const { onChange, patrolName } = props; |
|
|
|
|
|
|
|
const columns = [ |
|
|
@ -179,7 +179,7 @@ const MaintenanceTable = () => { |
|
|
|
return ( |
|
|
|
<div className='card-protable'> |
|
|
|
<Card > |
|
|
|
<IPList onChange={(searchPatrolName) => setPatrolName(searchPatrolName)} patrolName={patrolName} /> |
|
|
|
<PatrolNameList onChange={(searchPatrolName) => setPatrolName(searchPatrolName)} patrolName={patrolName} /> |
|
|
|
</Card> |
|
|
|
<Card |
|
|
|
style={{ flex: 1 }} |
|
|
|