From 121c552ad2a316b2e17b8dcd4f1935ccb3fbe9e2 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 9 May 2025 03:04:03 +0000 Subject: 0509 벤더 메뉴 데이터 리스트 삭제(0508 대표님 요구사항) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'config/menuConfig.ts') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 47ab12e6..32af0776 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -154,15 +154,15 @@ export const mainNav: MenuSection[] = [ useGrouping: true, // 그룹핑 적용 items: [ { - title: "Budgetary RFQ", + title: "검토용 견적", href: "/evcp/budgetary-rfq", description: "예산이나 내정가를 산정하기 위해 견적을 요청하고 관리", // icon: "FileText", group: "견적/입찰 관리" }, { - title: "RFQ", - href: "/evcp/rfq", + title: "발주용 견적", + href: "/evcp/po-rfq", description: "생성된 견적을 발행하고 관리", // icon: "FileText", group: "견적/입찰 관리" @@ -259,6 +259,11 @@ export const mainNavVendor: MenuSection[] = [ href: `/partners/rfq`, description: "견적 요청에 대한 응답 작성", }, + { + title: "RFQ 통합", + href: `/partners/rfq-all`, + description: "견적 요청에 대한 응답 작성", + }, { title: "RFB", href: `/partners/rfb`, @@ -294,11 +299,11 @@ export const mainNavVendor: MenuSection[] = [ href: `/partners/vendor-data`, description: "기준 정보에 입각한 협력업체 데이터 입력", }, - { - title: "데이터 리스트", - href: `/partners/vendor-data-list`, - description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력", - }, + // { + // title: "데이터 리스트", + // href: `/partners/vendor-data-list`, + // description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력", + // }, { title: "문서/도서 리스트", href: `/partners/document-list`, -- cgit v1.2.3