diff --git a/src/components/items/ItemListClient.tsx b/src/components/items/ItemListClient.tsx index 339c342e..932575d2 100644 --- a/src/components/items/ItemListClient.tsx +++ b/src/components/items/ItemListClient.tsx @@ -451,7 +451,7 @@ export default function ItemListClient() { // 헤더 액션 (검색 중 로딩 + 품목 등록 버튼) const headerActions = ( -
+
{isSearching && (
diff --git a/src/components/material/StockStatus/StockStatusList.tsx b/src/components/material/StockStatus/StockStatusList.tsx index 95c43503..4f4087c8 100644 --- a/src/components/material/StockStatus/StockStatusList.tsx +++ b/src/components/material/StockStatus/StockStatusList.tsx @@ -296,7 +296,7 @@ export function StockStatusList() { // 헤더 액션 const headerActions = ( - diff --git a/src/components/outbound/ShipmentManagement/ShipmentList.tsx b/src/components/outbound/ShipmentManagement/ShipmentList.tsx index 6c93909f..72c569a9 100644 --- a/src/components/outbound/ShipmentManagement/ShipmentList.tsx +++ b/src/components/outbound/ShipmentManagement/ShipmentList.tsx @@ -294,7 +294,7 @@ export function ShipmentList() { // 헤더 액션 const headerActions = ( - diff --git a/src/components/production/WorkOrders/WorkOrderList.tsx b/src/components/production/WorkOrders/WorkOrderList.tsx index 252b5421..8754a4d9 100644 --- a/src/components/production/WorkOrders/WorkOrderList.tsx +++ b/src/components/production/WorkOrders/WorkOrderList.tsx @@ -275,7 +275,7 @@ export function WorkOrderList() { // 헤더 액션 const headerActions = ( - diff --git a/src/components/quality/InspectionManagement/InspectionList.tsx b/src/components/quality/InspectionManagement/InspectionList.tsx index 2f6e4727..fcd1f3f6 100644 --- a/src/components/quality/InspectionManagement/InspectionList.tsx +++ b/src/components/quality/InspectionManagement/InspectionList.tsx @@ -251,7 +251,7 @@ export function InspectionList() { // 헤더 액션 const headerActions = ( - diff --git a/src/components/settings/CompanyInfoManagement/index.tsx b/src/components/settings/CompanyInfoManagement/index.tsx index cdb9b57c..48cc400a 100644 --- a/src/components/settings/CompanyInfoManagement/index.tsx +++ b/src/components/settings/CompanyInfoManagement/index.tsx @@ -129,30 +129,27 @@ export function CompanyInfoManagement() { setIsEditMode(false); }; - // 헤더 액션 버튼 - const headerActions = ( -
- - {!isEditMode && ( - - )} -
- ); - return ( + {/* 헤더 액션 버튼 */} +
+ + {!isEditMode && ( + + )} +
+
{/* 회사 정보 섹션 */} diff --git a/src/components/settings/LeavePolicyManagement/index.tsx b/src/components/settings/LeavePolicyManagement/index.tsx index f36d2661..658ca238 100644 --- a/src/components/settings/LeavePolicyManagement/index.tsx +++ b/src/components/settings/LeavePolicyManagement/index.tsx @@ -51,13 +51,15 @@ export function LeavePolicyManagement() { return ( - {/* 헤더 + 저장 버튼 */} -
- + {/* 헤더 */} + + + {/* 저장 버튼 */} +
diff --git a/src/components/settings/SubscriptionManagement/index.tsx b/src/components/settings/SubscriptionManagement/index.tsx index eb9fda90..0362cb6f 100644 --- a/src/components/settings/SubscriptionManagement/index.tsx +++ b/src/components/settings/SubscriptionManagement/index.tsx @@ -77,23 +77,23 @@ export function SubscriptionManagement() { title="구독관리" description="구독 정보를 관리합니다" icon={CreditCard} - actions={ -
- - -
- } /> + {/* ===== 헤더 액션 버튼 ===== */} +
+ + +
+
{/* ===== 구독 정보 카드 영역 ===== */}