fix(react): 매출관리, 직원폼, 작업지시서 컴포넌트 수정
- SalesManagement actions 및 index 개선 - EmployeeForm 수정 - WorkOrder Detail/Edit/List 컴포넌트 업데이트 - IntegratedDetailTemplate types 수정 - dashboard types 업데이트
This commit is contained in:
@@ -115,6 +115,8 @@ export interface ActionConfig {
|
||||
submitLabel?: string;
|
||||
/** 취소 버튼 텍스트 */
|
||||
cancelLabel?: string;
|
||||
/** 저장 버튼 표시 */
|
||||
showSave?: boolean;
|
||||
/** 삭제 버튼 표시 */
|
||||
showDelete?: boolean;
|
||||
/** 삭제 버튼 텍스트 */
|
||||
|
||||
Reference in New Issue
Block a user