diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.html b/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.html index 37d18973..90c84e8e 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.html +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/webim.html @@ -2,14 +2,16 @@
  • 访问渠道: 在线客服 - <#if summary??> -
    - - 已记录服务小结 - -
    -
  • + +
  • + 服务小结: <#if summary??> + 已记录 + <#else> + 未记录 + +
  • + <#if snsAccount??>
  • 接入网站:${snsAccount.name!''}(${snsAccount.baseURL!''}) diff --git a/contact-center/app/src/main/resources/templates/apps/agent/channel/weixin.html b/contact-center/app/src/main/resources/templates/apps/agent/channel/weixin.html index bdd82641..8e17b08f 100644 --- a/contact-center/app/src/main/resources/templates/apps/agent/channel/weixin.html +++ b/contact-center/app/src/main/resources/templates/apps/agent/channel/weixin.html @@ -5,14 +5,16 @@
  • 访问渠道: 微信 - <#if summary??> -
    - - 已记录服务小结 - -
    -
  • + +
  • + 服务小结: <#if summary??> + 已记录 + <#else> + 未记录 + +
  • + <#if snsAccount??>
  • 公众号:${snsAccount.name}