访客视图-访客访问记录,访客咨询记录
访客视图-访客访问记录,访客咨询记录
- 咨询记录
- 访问记录 <#if contacts??>
- 联系人 #if>
用户名 | 接入渠道 | 服务坐席 | 访问时间 | 咨询时间 | 咨询时长 | 状态 |
---|---|---|---|---|---|---|
${agentService.username!''} | ${agentService.channel!''} | ${agentService.agentusername!''} | title="${agentService.logindate?string('yyyy-MM-dd HH:mm:ss')}"#if>> <#if agentService.logindate??>${agentService.logindate?string('yyyy-MM-dd HH:mm:ss')}#if> | title="${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')}"#if>> <#if agentService.servicetime??> ${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')} #if> | ${(agentService.sessiontimes/(1000*60*60))?string('00')}:${((agentService.sessiontimes%(1000*60*60))/(1000*60))?string('00')}:${((agentService.sessiontimes%(1000*60))/(1000))?string('00')} | <#if agentService.status?? && agentService.status == 'inservice'> 对话中 <#else> 已结束 #if> |
还没有历史会话
|
终端/操作系统/浏览器 | 访问时间 | 停留时间 | 地域 | 邀请 | 拒绝 | |
---|---|---|---|---|---|---|
<#if onlineuser.mobile?? && onlineuser.mobile == "1"> <#else> #if> <#if onlineuser.opersystem?? && onlineuser.opersystem == "windows"> <#elseif onlineuser.opersystem?? && onlineuser.opersystem == "linux"> <#elseif onlineuser.opersystem?? && onlineuser.opersystem == "mac"> #if> ${onlineuser.browser!''} | <#if onlineuser.createtime??>${onlineuser.createtime?string('yyyy-MM-dd HH:mm:ss')}#if> | ${(onlineuser.betweentime/(1000*60*60))?string('00')}:${((onlineuser.betweentime%(1000*60*60))/(1000*60))?string('00')}:${((onlineuser.betweentime%(1000*60))/(1000))?string('00')} | ${onlineuser.region!''} | ${onlineuser.invitetimes!''} | ${onlineuser.refusetimes!''} | |
还没有在线访客记录
|
联系人详细信息
<#include "/apps/service/online/contacts.html">