implemented task more

This commit is contained in:
rgrgogu
2026-07-17 17:27:59 +08:00
parent 2e9ab5786c
commit 5eefbe0dc9
10 changed files with 120 additions and 31 deletions
@@ -28,7 +28,7 @@ import {
Search, RefreshCw, ChevronsLeft, ChevronLeft, ChevronRight, ChevronsRight,
ArrowRight, Check, AlertTriangle, Circle,
} from 'lucide-react';
import { formatDate } from '@/utils/table.util';
import { formatDateTime } from '@/utils/table.util';
const PAGE_SIZES = [50, 100, 1000];
@@ -168,7 +168,7 @@ export default function ClientTaskListTable({
{tl.description || '—'}
</TableCell>
<TableCell className="text-sm whitespace-nowrap">
{task?.deadline ? formatDate(task.deadline) : '—'}
{task?.deadline ? formatDateTime(task.deadline) : '—'}
</TableCell>
<TableCell>
<StatusBadge status={statusLabel} />