From 79cfa7ea8f21ae227dbb2843ae536fe876ba7c55 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 27 Nov 2025 03:08:50 +0000 Subject: (최겸) 구매 입찰 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/selectors/cost-center/cost-center-selector.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components/common/selectors/cost-center/cost-center-selector.tsx') diff --git a/components/common/selectors/cost-center/cost-center-selector.tsx b/components/common/selectors/cost-center/cost-center-selector.tsx index f87b6928..8c733cd0 100644 --- a/components/common/selectors/cost-center/cost-center-selector.tsx +++ b/components/common/selectors/cost-center/cost-center-selector.tsx @@ -55,10 +55,6 @@ export interface CostCenterSelectorProps { export interface CostCenterItem { kostl: string // Cost Center ktext: string // 단축명 - ltext: string // 설명 - datab: string // 시작일 - datbi: string // 종료일 - displayText: string // 표시용 텍스트 } export function CostCenterSelector({ -- cgit v1.2.3