fix: psap cdr field name

This commit is contained in:
zhangsz
2025-04-16 15:58:24 +08:00
parent bfa80e10f5
commit 0a19aaa8df

View File

@@ -205,12 +205,12 @@ let tableColumns: ColumnsType = [
{
title: t('views.dashboard.cdr.recordPath'),
dataIndex: 'cdrJSON',
key: 'record_path',
key: 'recordPath',
align: 'left',
width: 100,
customRender(opt) {
const cdrJSON = opt.value;
return cdrJSON.record_path;
return cdrJSON.recordPath;
},
},
{