巴林闲侠 2 years ago
parent
commit
bd06144660
  1. 2
      web/client/src/sections/workOrder/containers/aboutMe.jsx

2
web/client/src/sections/workOrder/containers/aboutMe.jsx

@ -100,7 +100,7 @@ const Rest = (props) => {
}, { }, {
title: '提交时间', title: '提交时间',
dataIndex: 'startTime', dataIndex: 'startTime',
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: '期望完成时间', title: '期望完成时间',
dataIndex: 'expectTime', dataIndex: 'expectTime',

Loading…
Cancel
Save