预约管理

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