预约管理
预约姓名
全部
新提交
已处理
用户名
用户手机
预约时间
预约类型
状态
操作
#foreach($obj in $objs)
$!obj.name
$!obj.phone
$!obj.addTime
#if($!obj.type ==1) #set($type="全屋定制") #end
$!type
#if($!obj.state==1) #set($state="新提交") #end #if($!obj.state==2) #set($state="已处理") #end
$!state
#if($!obj.state==1)
处理
#end
#end
$!gotoPageHTML