mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#851 fix bug
This commit is contained in:
parent
60e5d6ed21
commit
f961a4592d
@ -350,7 +350,7 @@ html
|
|||||||
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
||||||
// <#list agentServiceList as agentService>
|
// <#list agentServiceList as agentService>
|
||||||
// <li class="ukefu-agentservice-list">
|
// <li class="ukefu-agentservice-list">
|
||||||
// <a href="/service/online/chatmsg.html?id=${agentService.id!''}&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
// <a href="/service/online/chatmsg.html?id=" + agentService.id + "&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
||||||
// <span class="quick-reply" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
|
// <span class="quick-reply" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
|
||||||
// <div class="ukefu-agentservice-his">坐席:${agentService.agentusername!''}</div>
|
// <div class="ukefu-agentservice-his">坐席:${agentService.agentusername!''}</div>
|
||||||
// <div style="color:#333;position: relative;">
|
// <div style="color:#333;position: relative;">
|
||||||
|
@ -287,7 +287,7 @@ div(style='float:right;')
|
|||||||
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
||||||
// <#list agentServiceList as agentService>
|
// <#list agentServiceList as agentService>
|
||||||
// <li class="ukefu-agentservice-list">
|
// <li class="ukefu-agentservice-list">
|
||||||
// <a href="/service/online/chatmsg.html?id=${agentService.id!''}&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
// <a href="/service/online/chatmsg.html?id=" + agentService.id + "&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
||||||
// <span style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:48%;display: inline-block;" class="quick-reply" data-id="content_${agentService.id!''}" title="${agentService.username!''}">${agentService.username!''}</span>
|
// <span style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:48%;display: inline-block;" class="quick-reply" data-id="content_${agentService.id!''}" title="${agentService.username!''}">${agentService.username!''}</span>
|
||||||
// <div class="ukefu-agentservice-his" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:48%;" title="${agentService.agentusername!''}">坐席:${agentService.agentusername!''}</div>
|
// <div class="ukefu-agentservice-his" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:48%;" title="${agentService.agentusername!''}">坐席:${agentService.agentusername!''}</div>
|
||||||
// <div style="color:#333;position: relative;">
|
// <div style="color:#333;position: relative;">
|
||||||
|
@ -352,7 +352,7 @@ html
|
|||||||
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
// <#if agentServiceList?? && agentServiceList?size gt 0>
|
||||||
// <#list agentServiceList as agentService>
|
// <#list agentServiceList as agentService>
|
||||||
// <li class="ukefu-agentservice-list">
|
// <li class="ukefu-agentservice-list">
|
||||||
// <a href="/service/online/chatmsg.html?id=${agentService.id!''}&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
// <a href="/service/online/chatmsg.html?id=" + agentService.id + "&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
|
||||||
// <span class="quick-reply" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
|
// <span class="quick-reply" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
|
||||||
// <div class="ukefu-agentservice-his">坐席:${agentService.agentusername!''}</div>
|
// <div class="ukefu-agentservice-his">坐席:${agentService.agentusername!''}</div>
|
||||||
// <div style="color:#333;position: relative;">
|
// <div style="color:#333;position: relative;">
|
||||||
|
@ -113,7 +113,7 @@ block content
|
|||||||
"ukefu-current-agentservice": curAgentService && curAgentService.id == agentService.id
|
"ukefu-current-agentservice": curAgentService && curAgentService.id == agentService.id
|
||||||
}))
|
}))
|
||||||
td(title=agentService.username)
|
td(title=agentService.username)
|
||||||
a(href="/service/online/chatmsg.html?id=#{agentService.id}", data-toggle="load", data-target="#onlinecontent")
|
a(href="chatmsg.html?id=" + agentService.id + "&title=false", data-toggle="load", data-target="#onlinecontent")
|
||||||
| #{agentService.username}
|
| #{agentService.username}
|
||||||
td(title=agentService.channel)= agentService.channel
|
td(title=agentService.channel)= agentService.channel
|
||||||
td(title=agentService.agentusername)= agentService.agentusername
|
td(title=agentService.agentusername)= agentService.agentusername
|
||||||
|
Loading…
x
Reference in New Issue
Block a user