fix(WEB): 회계/결재/레이아웃 버그 수정 및 UI 개선

- BadDebtCollection/ReceivablesStatus 리스트 로직 수정
- DraftBox 결재 기안함 개선
- Sidebar/AuthenticatedLayout 레이아웃 보완
- IntegratedListTemplateV2 수정
- table UI 컴포넌트 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-02-20 15:37:28 +09:00
parent 012a661a19
commit 5f956540e8
7 changed files with 51 additions and 29 deletions

View File

@@ -546,14 +546,14 @@ export function DraftBox() {
];
},
headerActions: () => (
<div className="ml-auto flex gap-2">
<Button variant="outline" onClick={handleSendNotification}>
<Bell className="h-4 w-4 mr-2" />
</Button>
</div>
),
// headerActions: () => (
// <div className="ml-auto flex gap-2">
// <Button variant="outline" onClick={handleSendNotification}>
// <Bell className="h-4 w-4 mr-2" />
// 문서완료
// </Button>
// </div>
// ),
selectionActions: ({ selectedItems, onClearSelection }) => (
<>