{include file="public/head" /}

请假事项处理

学生请假申请 共 {$CountAllWaitLeave} 条数据
{volist name="AllWaitLeave" id="vo"} {/volist}
序号 姓名 类型 状态 操作
{$i} {$vo.username} {$vo.type|LeaveType} {$vo.status|LeaveStatus}
{$AllWaitLeave->render()}
{include file="public/footer" /}