This commit is contained in:
lai
2025-04-17 16:01:11 +08:00

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;
},
},
{