|
|
@ -102,14 +102,14 @@ const DetailForm = (props) => { |
|
|
|
<Descriptions.item label="养护路段" span={2}>{data['roadSectionStart'] && data['roadSectionEnd'] ? data['roadSectionStart'] + '-' + data['roadSectionEnd'] : ''}</Descriptions.item> |
|
|
|
<Descriptions.Item label="具体位置" span={3} >{data['address'] || ''}</Descriptions.Item> |
|
|
|
</Descriptions> |
|
|
|
<Descriptions title="基础信息" bordered style={{ marginBottom: 20 }}> |
|
|
|
<Descriptions title="道路信息" bordered style={{ marginBottom: 20 }}> |
|
|
|
{roadInfo.map(item => ( |
|
|
|
<Descriptions.Item label={item.key}> |
|
|
|
{data[item.name] || ''} |
|
|
|
</Descriptions.Item> |
|
|
|
))} |
|
|
|
</Descriptions> |
|
|
|
<Descriptions title="道路信息" bordered style={{ marginBottom: 20 }}> |
|
|
|
<Descriptions title="养护作业内容" bordered style={{ marginBottom: 20 }}> |
|
|
|
{mantenanceInfo.map(item => ( |
|
|
|
<Descriptions.Item label={item.key}> |
|
|
|
{data[item.name] || ''} |
|
|
|