diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 00:18:32 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-28 00:18:32 +0000 |
| commit | 1d86653b12ec52cd6ba4b92a7b6a841506a190c5 (patch) | |
| tree | 4fd41bb6bc633ef1951cb26b2a84d589341c2c6b /config/menuConfig.ts | |
| parent | 748bb1720fd81e97a84c3e92f89d606e976b52e3 (diff) | |
(대표님) Config 파트 커밋
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 작성을 할 수 있고 현황을 파악", |
