|
|
@ -99,6 +99,11 @@ const DetailList = (props) => { |
|
|
|
render: (text, record) => { |
|
|
|
return moment(record.time).format("YYYYMMDD") * 10000 + record.id; |
|
|
|
} |
|
|
|
}, { |
|
|
|
title: '工程类型', |
|
|
|
key: 'projectType', |
|
|
|
dataIndex: 'projectType', |
|
|
|
align: 'center', |
|
|
|
}, { |
|
|
|
title: '所属道路', |
|
|
|
key: 'road', |
|
|
@ -120,7 +125,7 @@ const DetailList = (props) => { |
|
|
|
align: 'center' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '巡查人', |
|
|
|
title: '养护人', |
|
|
|
width: 100, |
|
|
|
key: 'userName', |
|
|
|
dataIndex: 'userName', |
|
|
|