summaryrefslogtreecommitdiff
path: root/config/menuConfig.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/menuConfig.ts')
-rw-r--r--config/menuConfig.ts17
1 files changed, 16 insertions, 1 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 32015fb1..15004c6a 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -119,6 +119,21 @@ export const mainNav: MenuSection[] = [
// icon: "FileCheck",
group: "구매 정보"
},
+ {
+ title: "협력업체 일반 평가표 관리",
+ href: "/evcp/vendor-check-list",
+ description: "",
+ // icon: "FileCheck",
+ group: "구매 정보"
+ },
+
+ {
+ title: "ESG 자가진단표 관리",
+ href: "/evcp/esg-check-list",
+ description: "협력업체 정기평가에 사용되는 업체평가용을 관리",
+ // icon: "FileCheck",
+ group: "구매 정보"
+ },
],
},
{
@@ -373,7 +388,7 @@ export const mainNavVendor: MenuSection[] = [
{
title: "정기평가 입력",
href: `/partners/evaluation`,
- description: "",
+ description: "정기평가 제출을 위한 응답 입력 및 자료 제출",
},
{