onSelectOne(account.id, checked as boolean)}
@@ -184,9 +188,15 @@ export function AccountTable({
| {getStatusBadge(account.status)} |
{account.notes || '-'} |
- {new Date(account.createdAt).toLocaleDateString('zh-CN')}
+ {new Date(account.createdAt).toLocaleString('zh-CN', {
+ year: 'numeric',
+ month: '2-digit',
+ day: '2-digit',
+ hour: '2-digit',
+ minute: '2-digit'
+ })}
|
-
+ | e.stopPropagation()}>
{onView && (
|