{include file="header.htm"}

我的预约记录

{if empty($list)} {else} {foreach from=$list item=appoint} {/foreach} {/if}
预约日期 星期 时间段 时间 预约科室 预约医生 状态 操作
暂无记录
{$appoint.day} {$appoint.week} {$appoint.noon} {$appoint.time} {$appoint.room.name} {$appoint.doctor.name} {if $appoint.state == 1}已挂号{elseif $appoint.state == 2}已就诊{elseif $appoint.state == 3}已取消{elseif $appoint.state == 4}爽约{/if} {if $appoint.state == 1}取消预约{else} - {/if}
{include file="block/user.htm"} {include file="footer.htm"}