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:
@@ -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 }) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user