西海岸:我的申请--详情更改任务时长取值显示

This commit is contained in:
guoyue 2022-10-14 11:40:22 +08:00
parent 9bba3077ca
commit a71fc5326e
1 changed files with 3 additions and 3 deletions

View File

@ -130,9 +130,9 @@ const columns = [
key: 'comment', key: 'comment',
}, },
{ {
title: '任务时长/秒', title: '任务时长',
dataIndex: 'durationInSeconds', dataIndex: 'duration',
key: 'durationInSeconds', key: 'duration',
}, },
] ]
const getInfo = () => { const getInfo = () => {