-
- {{ t('views.dashboard.cdr.cdrInfo') }}
-
-
- {{ t('views.ne.common.neName') }}:
- {{ record.neName }}
-
-
- {{ t('views.ne.common.rmUid') }}:
- {{ record.rmUID }}
-
-
- {{ t('views.dashboard.cdr.time') }}:
-
- {{
- typeof record.cdrJSON.updateTime === 'number'
- ? parseDateToStr(+record.cdrJSON.updateTime * 1000)
- : record.cdrJSON.updateTime
- }}
-
-
-
- {{ 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') }}:
-
- {{ t('views.dashboard.cdr.resultFail') }},
-
-
-
- {{ t('views.dashboard.cdr.resultOk') }}
-
-
-
+
+
+
+ {{ t('views.dashboard.cdr.cdrInfo') }}
+
+
+ {{ t('views.ne.common.neName') }}:
+ {{ record.neName }}
+
+
+ {{ t('views.ne.common.rmUid') }}:
+ {{ record.rmUID }}
+
+
+ {{ t('views.dashboard.cdr.time') }}:
+
+ {{
+ typeof record.cdrJSON.updateTime === 'number'
+ ? parseDateToStr(+record.cdrJSON.updateTime * 1000)
+ : record.cdrJSON.updateTime
+ }}
+
+
+
+
+
+ {{ 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') }}:
+
+ {{ t('views.dashboard.cdr.resultFail') }},
+
+
+
+ {{ t('views.dashboard.cdr.resultOk') }}
+
+
+
+