diff options
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index e182e134..4c37374d 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -94,6 +94,18 @@ export const mainNav: MenuSection[] = [ { title: "협력업체 관리", items: [ + // { + // title: "협력업체 후보 관리(기술영업)", + // href: "/evcp/tech-vendor-candidates", + // description: "기술영업 협력업체 후보 관리", + // group: "기술영업" + // }, + // { + // title: "협력업체 관리(기술영업)", + // href: "/evcp/tech-vendors", + // description: "기술영업 협력업체 관리", + // group: "기술영업" + // }, { title: "발굴업체 등록 관리", href: "/evcp/vendor-candidates", |
