{include file="public/header" /}
| 会话ID | 用户名 | 客服 | 来源 | 状态 | 评分 | 开始时间 | 结束时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {$vo.id} | {$vo.username} | {$vo.admin_username|default='未分配'} | {switch name="vo.source"} {case value="1"}PC{/case} {case value="2"}Game{/case} {case value="3"}Portal{/case} {/switch} | {switch name="vo.status"} {case value="0"}待分配{/case} {case value="1"}进行中{/case} {case value="2"}已结束{/case} {/switch} | {if condition="$vo.rating"} {$vo.rating}星 {else/} - {/if} | {$vo.create_time|date='Y-m-d H:i:s',###} | {if condition="$vo.end_time"}{$vo.end_time|date='Y-m-d H:i:s',###}{else/}-{/if} | |