$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=sub_account")
卖家中心
>
子账户管理
子账户列表[当期店铺等级允许${store.grade.acount_num}个子账户]
新增子账户
用户名
真实姓名
最后一次登录
联系电话
手机号码
操作
#foreach($obj in $objs)
$!obj.userName
$!obj.trueName
#set($address="$!obj.area.parent.parent.areaName $!obj.area.parent.areaName $!obj.area.areaName")
#if($!obj.lastLoginDate)$!CommUtil.formatLongDate($!obj.lastLoginDate)#else 暂无登录记录#end
$!obj.telephone
$!obj.mobile
编辑
删除
#end
$!gotoFormPageHTML
$!httpInclude.include("/footer.htm")