巴林闲侠 2 years ago
parent
commit
b0a5f16146
  1. 2
      web/client/src/sections/workOrder/containers/initiated.jsx
  2. 2
      web/client/src/sections/workOrder/containers/receipt.jsx

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

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

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

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

Loading…
Cancel
Save