|
|
@ -192,7 +192,7 @@ export const columns: BasicColumn[] = [ |
|
|
{ |
|
|
{ |
|
|
title: '持续时长', |
|
|
title: '持续时长', |
|
|
dataIndex: 'timeDiffStr', |
|
|
dataIndex: 'timeDiffStr', |
|
|
width: 90, |
|
|
width: 85, |
|
|
customRender: ({ record }) => { |
|
|
customRender: ({ record }) => { |
|
|
const diffMs = record.currentTime - toTimestamp(record.insertTime) |
|
|
const diffMs = record.currentTime - toTimestamp(record.insertTime) |
|
|
return getDate(diffMs) |
|
|
return getDate(diffMs) |
|
|
|