fix: SMSC-CDR时间字段判断是否时间戳
This commit is contained in:
@@ -176,7 +176,7 @@ let tableColumns: ColumnsType = [
|
||||
width: 150,
|
||||
customRender(opt) {
|
||||
const cdrJSON = opt.value;
|
||||
if (typeof cdrJSON.seizureTime === 'number') {
|
||||
if (typeof cdrJSON.updateTime === 'number') {
|
||||
return parseDateToStr(+cdrJSON.updateTime * 1000);
|
||||
}
|
||||
return cdrJSON.updateTime;
|
||||
|
||||
Reference in New Issue
Block a user