feat: 优化

This commit is contained in:
DengDai
2025-11-28 09:08:53 +08:00
parent d71e46ecd0
commit c681560f73
11 changed files with 22 additions and 14 deletions

View File

@@ -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>