用户列表<#if userList??>(${userList.totalElements!''})

<#if userList?? && userList.content??> <#list userList.content as user>
用户 姓名 电子邮件 手机 管理员 操作
${user.username!''} <#if user.datastatus == true>(已删除)
${user.createtime!''}
${user.uname!''} ${user.email!''} ${user.mobile!''} <#if user.usertype?? && user.usertype =="0"> 编辑 <#if !(user.usertype?? && user.usertype == "0") && user.datastatus != true > 删除