mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#16 省略过长客户端名称
This commit is contained in:
parent
412a85c4f6
commit
57c24e0cfd
@ -304,7 +304,7 @@
|
|||||||
<#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" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
|
<span style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" class="quick-reply" 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;">
|
||||||
${agentService.servicetime?string("yyyy-MM-dd HH:mm:ss")}
|
${agentService.servicetime?string("yyyy-MM-dd HH:mm:ss")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user