{extend name="Hustbe/common/base" /} {block name="title"}工单系统{/block} {block name="main"}
{include file="Hustbe/common/user_menu"}
Status:{$supportInfo.status}

工单详情

标题:{$supportInfo.title}

内容:{$supportInfo.content} {notempty name="supportInfo['file_url']"} {/notempty}

Time:{$supportInfo.createtime}

{volist name="supportComment" id="support"}

{$support.username} - {$support.createtime}

{$support.content} {notempty name="support['file_url']"} {/notempty}

{/volist}
{if $supportStatus!=3}

回复工单

{:token()}
{/if}
{/block}