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'), title: t('views.dashboard.cdr.recordPath'),
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',
key: 'record_path', key: 'recordPath',
align: 'left', align: 'left',
width: 100, width: 100,
customRender(opt) { customRender(opt) {
const cdrJSON = opt.value; const cdrJSON = opt.value;
return cdrJSON.record_path; return cdrJSON.recordPath;
}, },
}, },
{ {