feat: 看板用户行为字典数据翻译
This commit is contained in:
@@ -22,7 +22,7 @@ export function ueEventParse(item: Record<string, any>) {
|
||||
|
||||
return {
|
||||
eType: 'ue',
|
||||
eId: `ue_${item.timestamp}`,
|
||||
eId: `ue_${item.id}_${item.timestamp}`,
|
||||
id: item.id,
|
||||
type: item.eventType,
|
||||
data: evData,
|
||||
@@ -52,7 +52,7 @@ export function cdrEventParse(item: Record<string, any>) {
|
||||
|
||||
return {
|
||||
eType: 'cdr',
|
||||
eId: `cdr_${item.timestamp}`,
|
||||
eId: `cdr_${item.id}_${item.timestamp}`,
|
||||
id: item.id,
|
||||
data: evData,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user