fix(react): 매출관리, 직원폼, 작업지시서 컴포넌트 수정

- SalesManagement actions 및 index 개선
- EmployeeForm 수정
- WorkOrder Detail/Edit/List 컴포넌트 업데이트
- IntegratedDetailTemplate types 수정
- dashboard types 업데이트
This commit is contained in:
2026-01-23 15:38:32 +09:00
parent e3043a3f0d
commit 662a0cc4ac
9 changed files with 177 additions and 48 deletions

View File

@@ -115,6 +115,8 @@ export interface ActionConfig {
submitLabel?: string;
/** 취소 버튼 텍스트 */
cancelLabel?: string;
/** 저장 버튼 표시 */
showSave?: boolean;
/** 삭제 버튼 표시 */
showDelete?: boolean;
/** 삭제 버튼 텍스트 */