diff options
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를 확인하고 통과 여부를 결정", }, { |
