{{ user.name || '空' }}
{{ user.nickname }}
{{ user.mobile }}
{{ user.areaName }}
{{ user.registerIp }}
{{ user.birthday ? formatDate(user.birthday as any) : '空' }}
{{ user.createTime ? formatDate(user.createTime as any) : '空' }}
{{ user.loginDate ? formatDate(user.loginDate as any) : '空' }}
{{ user.name || '空' }}
{{ user.nickname }}
{{ user.mobile }}
{{ user.areaName }}
{{ user.registerIp }}
{{ user.birthday ? formatDate(user.birthday as any) : '空' }}
{{ user.createTime ? formatDate(user.createTime as any) : '空' }}
{{ user.loginDate ? formatDate(user.loginDate as any) : '空' }}