| # | { t('status') } | username |
{ t('Name') } | { t('Email') } | { t('Created') } | { t('Last_Login') } | |
|---|---|---|---|---|---|---|---|
|
|
{this.getUserStatusLabel(user.status)} | {user.username} | {user.name} | {user.email} | {dateFnsFormat(new Date(user.createdAt), 'yyyy-MM-dd')} | { user.lastLoginAt && {dateFnsFormat(new Date(user.lastLoginAt), 'yyyy-MM-dd HH:mm')} } |
|