|
@ -6,7 +6,7 @@ function StopList({ id, record }) { |
|
|
const [recordData, setRecordData] = useState(record); |
|
|
const [recordData, setRecordData] = useState(record); |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<div> |
|
|
|
|
|
|
|
|
<div className="stop-message"> |
|
|
<Descriptions title="停车场信息"> |
|
|
<Descriptions title="停车场信息"> |
|
|
<Descriptions.Item label="停车场名称"> |
|
|
<Descriptions.Item label="停车场名称"> |
|
|
{recordData.road} |
|
|
{recordData.road} |
|
|