diff --git a/frontend/src/constants/task.ts b/frontend/src/constants/task.ts index f885bf7..849d9c1 100644 --- a/frontend/src/constants/task.ts +++ b/frontend/src/constants/task.ts @@ -36,7 +36,7 @@ export const STATUS_CONFIG: Record = { bg: "bg-red-50", text: "text-red-700", ring: "ring-red-400", - label: "待接收", + label: "已驳回", }, [TASK_STATUS.ARCHIVED]: { bg: "bg-gray-50",