跟进记录
  • 跟进记录(公共)
  • 跟进记录 (客服私有)
跟进记录(公共)
    {volist name="info.public" id="vo"}
  • 

    {$vo.time}

    • {$vo.role_name}:{$vo.realname}
    • {$vo.content}
  • {/volist}
{if condition="$info['status'] eq 2"}
{/if}
跟进记录(私有)
    {volist name="info.private" id="vo"}
  • 

    {$vo.time}

    • {$vo.role_name}:{$vo.realname}
    • {$vo.content}
  • {/volist}
{if condition="$info['status'] eq 2"}
{/if}