summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-14 13:27:37 +0000
committerjoonhoekim <26rote@gmail.com>2025-09-14 13:27:37 +0000
commit3f293c90beb58ce206a66ff444d7acfc41b56429 (patch)
tree7e0eb2f07b211b856d44c6bddad67d72759e1f47 /config
parentde81b281d9a3c2883a623c3f25e2889ec10a091b (diff)
(김준회) Vendor Pool 구현
Diffstat (limited to 'config')
-rw-r--r--config/menuConfig.ts19
1 files changed, 16 insertions, 3 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 6115c35a..40e0102f 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -203,11 +203,24 @@ export const mainNav: MenuSection[] = [
href: "/evcp/basic-contract",
descriptionKey: "menu.vendor_management.basic_contract_desc",
},
+ // 벤더풀 관리
{
- titleKey: "menu.vendor_management.project_avl",
- href: "/evcp/project-vendors",
- descriptionKey: "menu.vendor_management.project_avl_desc",
+ titleKey: "menu.vendor_management.vendor_pool",
+ href: "/evcp/vendor-pool",
+ descriptionKey: "menu.vendor_management.vendor_pool_desc",
+ },
+ // avl 관리
+ {
+ titleKey: "menu.vendor_management.avl_management",
+ href: "/evcp/avl",
+ descriptionKey: "menu.vendor_management.avl_management_desc",
},
+ // 기존 project avl
+ // {
+ // titleKey: "menu.vendor_management.project_avl",
+ // href: "/evcp/project-vendors",
+ // descriptionKey: "menu.vendor_management.project_avl_desc",
+ // },
{
titleKey: "menu.vendor_management.legalReview",
href: "/evcp/legal-review",