diff --git a/src/views/dashboard/smscCDR/index.vue b/src/views/dashboard/smscCDR/index.vue index 2c33eb78..c2ec8bda 100644 --- a/src/views/dashboard/smscCDR/index.vue +++ b/src/views/dashboard/smscCDR/index.vue @@ -144,7 +144,7 @@ let tableColumns: ColumnsType = [ dataIndex: 'cdrJSON', key: 'callerParty', align: 'left', - width: 120, + width: 150, customRender(opt) { const cdrJSON = opt.value; return cdrJSON.callerParty; @@ -155,7 +155,7 @@ let tableColumns: ColumnsType = [ dataIndex: 'cdrJSON', key: 'calledParty', align: 'left', - width: 120, + width: 150, customRender(opt) { const cdrJSON = opt.value; return cdrJSON.calledParty; @@ -173,7 +173,7 @@ let tableColumns: ColumnsType = [ title: t('views.dashboard.cdr.time'), dataIndex: 'cdrJSON', align: 'left', - width: 150, + width: 200, customRender(opt) { const cdrJSON = opt.value; if (typeof cdrJSON.updateTime === 'number') {