{#include file="header.htm"#}

服务消费明细

{#foreach from=$report item=list#} {#/foreach#}
  创建时间 描述
  {#$list.log_addtime|date_format:"%Y-%m-%d %H:%M"#} {#$list.log_value#}
{#if !$report#}
没有您要找的信息
{#/if#}
{#include file="footer.htm"#}