|
@ -39,7 +39,7 @@ const MaintenanceSpotCheck = (props) => { |
|
|
render: (_, record) => record?.date && moment(record?.date).format('YYYY-MM-DD') || '--' |
|
|
render: (_, record) => record?.date && moment(record?.date).format('YYYY-MM-DD') || '--' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '抽查县道比率(%)', |
|
|
title: '抽查县道比例(%)', |
|
|
key: 'countyPercentage', |
|
|
key: 'countyPercentage', |
|
|
dataIndex: 'countyPercentage', |
|
|
dataIndex: 'countyPercentage', |
|
|
}, |
|
|
}, |
|
|