summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/menuConfig.ts22
1 files changed, 11 insertions, 11 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 6134dc7b..fe7d61a1 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -138,32 +138,32 @@ export const mainNav: MenuSection[] = [
},
{
title: "기술 영업",
- // useGrouping: true, // 그룹핑 적용
+ useGrouping: true, // 그룹핑 적용
items: [
- // {
- // title: "Budgetary Quote",
- // href: "/evcp/budgetary-ship",
- // description: "RFQ 작성을 할 수 있고 현황을 파악",
- // // icon: "FileText",
- // group: "조선"
- // },
+ {
+ title: "Budgetary Quote",
+ href: "/evcp/budgetary-tech-sales-ship",
+ description: "RFQ 작성을 할 수 있고 현황을 파악",
+ // icon: "FileText",
+ group: "조선"
+ },
{
title: "Budgetary Quote",
href: "/evcp/budgetary",
description: "RFQ 작성을 할 수 있고 현황을 파악",
- // group: "해양"
+ group: "해양"
},
{
title: "기술(품질) 평가 (TBE) - Budgetary Quote",
href: "/evcp/bqtbe",
description: "사양 충족 여부, 품질 요건 확인",
- // group: "해양"
+ group: "해양"
},
{
title: "상업(가격) 평가 (CBE) - Budgetary Quote",
href: "/evcp/bqcbe",
description: "가격(네고), 납기, 계약조건(Incoterms 등) 종합 검토",
- // group: "해양"
+ group: "해양"
},
]
},