西海岸:我的申请--详情更改任务时长取值显示
This commit is contained in:
parent
9bba3077ca
commit
a71fc5326e
|
@ -130,9 +130,9 @@ const columns = [
|
||||||
key: 'comment',
|
key: 'comment',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '任务时长/秒',
|
title: '任务时长',
|
||||||
dataIndex: 'durationInSeconds',
|
dataIndex: 'duration',
|
||||||
key: 'durationInSeconds',
|
key: 'duration',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
const getInfo = () => {
|
const getInfo = () => {
|
||||||
|
|
Loading…
Reference in New Issue