+
+ {{ t('views.dashboard.cdr.cdrInfo') }}
+
+
+ {{ t('views.ne.common.neName') }}:
+ {{ record.neName }}
+
+
+ {{ t('views.ne.common.rmUid') }}:
+ {{ record.rmUID }}
+
+
+ {{ t('views.dashboard.cdr.time') }}:
+ {{ parseDateToStr(+record.timestamp * 1000) }}
+
+
+ {{ t('views.dashboard.cdr.rowInfo') }}
+
+
+ {{ t('views.dashboard.cdr.type') }}:
+ {{ record.cdrJSON.serviceType }}
+
+
+ {{ t('views.dashboard.cdr.caller') }}:
+ {{ record.cdrJSON.callerParty }}
+
+
+ {{ t('views.dashboard.cdr.called') }}:
+ {{ record.cdrJSON.calledParty }}
+
+
+ {{ t('views.dashboard.cdr.result') }}:
+
+ {{
+ +record.cdrJSON.result
+ ? t('views.dashboard.cdr.resultOk')
+ : t('views.dashboard.cdr.resultFail')
+ }}
+
+
+
+