diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-22 09:52:21 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-22 09:52:21 +0000 |
| commit | 33dccde38b365206cb14e1a0cb134e07dd8fe939 (patch) | |
| tree | 7c6f740f6c8562917feb817d87bbf657c3908889 /config | |
| parent | 6530332aa7fd84dc0a5faf030ff2c8d82e3c81de (diff) | |
(최겸) 기술영업 아이템 수정(itemCode reference)
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 18 |
1 files changed, 9 insertions, 9 deletions
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를 확인하고 통과 여부를 결정", }, { |
