diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-02 09:52:21 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-02 09:52:21 +0000 |
| commit | fccb00d15466cd0b2d861163663a5070c768ff77 (patch) | |
| tree | 4b14b27417ebeb873a9d4b4d7b5c64f6e1d78135 /config | |
| parent | 72f212f717f136e875e7623404a5ddd4c5268901 (diff) | |
(대표님) OCR 박진석프로 요청 대응, rfq 변경된 요구사항 구현
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 3b9844aa..955b24c4 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -18,7 +18,7 @@ export interface MenuSection { // 도메인별 브랜드명 키 export const domainBrandingKeys = { evcp: "branding.evcp_main", - partners: "branding.evcp_partners", + partners: "branding.evcp_partners", procurement: "branding.evcp_procurement", sales: "branding.evcp_sales", engineering: "branding.evcp_engineering" @@ -283,17 +283,17 @@ export const mainNav: MenuSection[] = [ items: [ { titleKey: "menu.procurement.budget_rfq", - href: "/evcp/b-rfq", - descriptionKey: "menu.procurement.budget_rfq_desc", + href: "/evcp/rfq-last", + // descriptionKey: "menu.procurement.budget_rfq_desc", groupKey: "groups.quote_bid_management" }, - { - titleKey: "menu.procurement.rfq_pr", - href: "/evcp/po-rfq", - descriptionKey: "menu.procurement.rfq_pr_desc", - groupKey: "groups.quote_bid_management" - }, + // { + // titleKey: "menu.procurement.rfq_pr", + // href: "/evcp/po-rfq", + // descriptionKey: "menu.procurement.rfq_pr_desc", + // groupKey: "groups.quote_bid_management" + // }, { titleKey: "menu.procurement.bid_management", href: "/evcp/bid", @@ -331,7 +331,7 @@ export const mainNav: MenuSection[] = [ groupKey: "groups.order_management" }, ], - }, + }, { titleKey: "menu.engineering_management.title", useGrouping: true, |
