$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=complaint")
卖家中心 > 投诉管理
#foreach($obj in $objs) #if($!obj.status==0) #set($status="新投诉") #end #if($!obj.status==1) #set($status="待申诉") #end #if($!obj.status==2) #set($status="对话中") #end #if($!obj.status==3) #set($status="待仲裁") #end #if($!obj.status==4) #set($status="已完成") #end #end
投诉人 投诉主题 投诉时间 投诉状态 操作
$!obj.from_user.userName $!obj.cs.title $!CommUtil.formatLongDate($!obj.addTime)$!status 详细
$!gotPageFormHTML
$!httpInclude.include("/footer.htm")