<#include "/apps/service/include/left.html">

当前对话<#if agentServiceList??>(${agentServiceList.totalElements})

<#if agentServiceList?? && agentServiceList.content?? && agentServiceList.content?size gt 0> <#list agentServiceList.content as agentService> <#else>
用户名 接入渠道 状态 服务坐席 服务时间 等待时长 地域 操作
${agentService.username!''} ${agentService.channel!''} <#if agentService.status?? && agentService.status == 'end'>已结束<#elseif agentService.status?? && agentService.status == 'inservice'>服务中 ${agentService.agentusername!''} <#if agentService.servicetime??> ${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')} ${(agentService.waittingtime/(1000*60*60))?string('00')}:${((agentService.waittingtime%(1000*60*60))/(1000*60))?string('00')}:${((agentService.waittingtime%(1000*60))/(1000))?string('00')} ${agentService.region!''} 转接 <#if agentService.channel?? && agentService.channel != 'skype' && !(agentService.agent??) > 邀请 关闭 轨迹
当前没有进行中的对话