fix(bug): fix

This commit is contained in:
zhangheng
2026-04-03 13:37:37 +08:00
parent d7d2bbf43f
commit bbde4df329
5 changed files with 610 additions and 177 deletions

View File

@@ -19,6 +19,7 @@ const DISPLAY_COLUMNS: Array<{ accessor: string; title: string }> = [
{ accessor: "task_status_dst", title: "目标状态" },
{ accessor: "old_username", title: "原处理人" },
{ accessor: "new_username", title: "目标处理人" },
{ accessor: "create_at", title: "创建时间" },
{ accessor: "action", title: "操作" },
]