mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
implemented task more
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user