diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-23 05:26:26 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-23 05:26:26 +0000 |
| commit | 0547ab2fe1701d84753d0e078bba718a79b07a0c (patch) | |
| tree | 56e46cfa2e93a43ceaed0a8467ae21e61e9b0ddc /config/menuConfig.ts | |
| parent | 37c618b94902603701e1fe3df7f76d238285f066 (diff) | |
(최겸)기술영업 벤더 개발 초안(index 스키마 미포함 상태)
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", |
