From dfdfae3018f8499240f48d28ce634f4a5c56e006 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 2 Apr 2025 09:54:08 +0000 Subject: 벤더 코멘트 처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'config/menuConfig.ts') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 1ab2305e..9e054433 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -54,6 +54,11 @@ export const mainNav: MenuSection[] = [ { title: "벤더 관리", items: [ + { + title: "벤더 초청 관리", + href: "/evcp/vendor-candidates", + description: "수집활동을 통해 발굴한 벤더를 등록하고 관리하며 초청할 수 있음", + }, { title: "벤더 리스트", href: "/evcp/vendors", @@ -79,11 +84,11 @@ export const mainNav: MenuSection[] = [ href: "/evcp/pq", description: "벤더의 제출 PQ를 확인하고 통과 여부를 결정", }, - { - title: "벤더 계약 정보", - href: "/evcp/vendorcontract", - description: "업체별 계약 정보를 출력", - }, + // { + // title: "벤더 계약 정보", + // href: "/evcp/vendorcontract", + // description: "업체별 계약 정보를 출력", + // }, ], }, @@ -271,4 +276,8 @@ export const additionalNavVendor: MenuItem[] = [ title: "시스템 설정", href: "/partners/system", }, + { + title: "Vendor Info", + href: "/partners/info", + }, ]; \ No newline at end of file -- cgit v1.2.3