feat: 优化
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<small class="text-muted">{{ user.email }}</small>
|
||||
</td>
|
||||
<td>{{ user.pt_site }} / {{ user.uid }}</td>
|
||||
<td>{{ user.created_at.strftime('%Y-%m-%d') }}</td>
|
||||
<td>{{ (user.created_at | to_beijing_time).strftime('%Y-%m-%d') }}</td>
|
||||
{% if user.id == 1 %}
|
||||
<td>
|
||||
<div>角色: <span class="badge bg-danger">{{ user.role }}</span></div>
|
||||
|
||||
Reference in New Issue
Block a user