From 33dccde38b365206cb14e1a0cb134e07dd8fe939 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 22 May 2025 09:52:21 +0000 Subject: (최겸) 기술영업 아이템 수정(itemCode reference) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index fe7d61a1..e182e134 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -40,13 +40,13 @@ export const mainNav: MenuSection[] = [ // icon: "ListTodo", group: "기본 정보" }, - // { - // title: "아이템 리스트(기술영업)", - // href: "/evcp/items-tech", - // description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", - // // icon: "ListTodo", - // group: "기본 정보" - // }, + { + title: "아이템 리스트(기술영업)", + href: "/evcp/items-tech", + description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", + // icon: "ListTodo", + group: "기본 정보" + }, { title: "업체 유형", href: "/evcp/vendor-type", @@ -105,7 +105,7 @@ export const mainNav: MenuSection[] = [ description: "협력업체에 대한 요약 정보를 출력", }, { - title: "협력업체 PQ/실사", + title: "협력업체 실사", href: "/evcp/vendor-investigation", description: "실사가 필요한 협력업체에 대한 일정 및 실사 내용 관리", }, @@ -121,7 +121,7 @@ export const mainNav: MenuSection[] = [ }, { title: "협력업체 Risk 관리", - href: "/evcp/pq", + href: "/evcp/pq_new", description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정", }, { -- cgit v1.2.3