Browse Source

工单-我发起的页面提交时间不展示

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

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

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

Loading…
Cancel
Save