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'),
|
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;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user