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