diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-19 09:44:28 +0000 |
| commit | 95bbe9c583ff841220da1267630e7b2025fc36dc (patch) | |
| tree | 5e3d5bb3302530bbaa7f7abbe8c9cf8193ccbd4c /config/menuConfig.ts | |
| parent | 0eb030580b5cbe5f03d570c3c9d8c519bac3b783 (diff) | |
(대표님) 20250619 1844 KST 작업사항
Diffstat (limited to 'config/menuConfig.ts')
| -rw-r--r-- | config/menuConfig.ts | 17 |
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: "정기평가 제출을 위한 응답 입력 및 자료 제출", }, { |
