@ -92,7 +92,7 @@ const Rest = (props) => {
},
}, {
title: '提交时间',
dataIndex: 'startTime',
dataIndex: 'submissionTime',
render: (text, record, index) => text && moment(text).format('YYYY-MM-DD HH:mm:ss') || '--'
title: '期望完成时间',