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

@@ -27,7 +27,7 @@
<td>{{ user.email }}</td>
<td>{{ user.pt_site }}</td>
<td>{{ user.uid }}</td>
<td>{{ user.created_at.strftime('%Y-%m-%d %H:%M') }}</td>
<td>{{ (user.created_at | to_beijing_time).strftime('%Y-%m-%d %H:%M') }}</td>
<td>
<form action="{{ url_for('main.approve_user', user_id=user.id) }}" method="POST" class="d-inline">
<button type="submit" class="btn btn-sm btn-success">批准</button>