@include("/include/_header.html", {'title':'用户管理'}){}
用户编号
用户名
姓名
状态
@if(isNotEmpty(user.status) && "0" == user.status){
@}else {
@}
所属部门
请选择
@include("/component/_select_dept.html", {'domId':'selectDept', 'inputName':'deptName', 'inputId':'deptId'}){}
所属角色
请选择
@include("/component/_select_roles.html", {'domId':'selectRoles', 'inputName':'roleNames', 'inputId':'roleIds'}){}
手机号
邮箱
性别
@if(isEmpty(user)) {
@}else {
@}
备注
${user.memo!}
@include("/include/_container.html", {'js':'/assets/sys/user/user.js'}){}