Browse Source

feat:养护内容调整

dev
zhaobing 1 year ago
parent
commit
51bcd6780c
  1. 4
      web/client/src/sections/fillion/components/maintenanceTable.js

4
web/client/src/sections/fillion/components/maintenanceTable.js

@ -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] || ''}

Loading…
Cancel
Save