diff options
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 4c37374d..a67efc35 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -100,12 +100,7 @@ export const mainNav: MenuSection[] = [ // description: "기술영업 협력업체 후보 관리", // group: "기술영업" // }, - // { - // title: "협력업체 관리(기술영업)", - // href: "/evcp/tech-vendors", - // description: "기술영업 협력업체 관리", - // group: "기술영업" - // }, + { title: "발굴업체 등록 관리", href: "/evcp/vendor-candidates", @@ -153,6 +148,37 @@ export const mainNav: MenuSection[] = [ useGrouping: true, // 그룹핑 적용 items: [ { + title: "아이템 리스트(기술영업)", + href: "/evcp/items-tech", + description: "기술영업 조선, 해양 Top, 해양 Hull 아이템 리스트", + // icon: "ListTodo", + group: "공통" + }, + { + title: "협력업체 리스트(기술영업)", + href: "/evcp/tech-vendors", + description: "기술영업 협력업체 관리", + group: "공통" + }, + { + title: "협력업체 NDA(기술영업)", + href: "/evcp/tech-vendors-nda", + description: "기술영업 협력업체 NDA 관리", + group: "공통" + }, + { + title: "프로젝트 AVL 리스트(기술영업)", + href: "/evcp/tech-project-avl", + description: "기술영업 프로젝트 AVL 리스트", + group: "공통" + }, + { + title: "협력업체 후보 관리(기술영업)", + href: "/evcp/tech-vendor-candidates", + description: "기술영업 협력업체 후보 관리", + group: "공통" + }, + { title: "Budgetary Quote", href: "/evcp/budgetary-tech-sales-ship", description: "RFQ 작성을 할 수 있고 현황을 파악", |
