Merge branch 'psap' of http://192.168.2.166:3180/OMC/ems_frontend_vue3 into psap
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user