From 4e63d8427d26d0d1b366ddc53650e15f3481fc75 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 24 Jun 2025 01:44:03 +0000 Subject: (대표님/최겸) 20250624 작업사항 10시43분 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'config/menuConfig.ts') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 15004c6a..20ed1529 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -328,6 +328,62 @@ export const mainNav: MenuSection[] = [ ], }, + { + title: "정보시스템", + useGrouping: true, // 그룹핑 적용 + items: [ + { + title: "인터페이스 목록 관리", + href: "/evcp/integration", + // icon: "FileText", + group: "인터페이스" + }, + { + title: "인터페이스 이력 조회", + href: "/evcp/integration-log", + // icon: "FileText", + group: "인터페이스" + }, + { + title: "결재 이력 조회", + href: "/evcp/approval-log", + // icon: "GanttChart", + group: "결재" + }, + { + title: "결재 경로 관리", + href: "/evcp/approval-path", + // icon: "ClipboardCheck", + group: "결재" + }, + { + title: "결재 후처리 관리", + href: "/evcp/approval-after", + // icon: "ClipboardCheck", + group: "결재" + }, + { + title: "이메일 서식 관리", + href: "/evcp/email-template", + // icon: "ClipboardCheck", + group: "이메일" + }, + { + title: "이메일 수신인 관리", + href: "/evcp/email-reciver", + // icon: "ClipboardCheck", + group: "이메일" + }, + { + title: "이메일 발신 이력 조회", + href: "/evcp/email-log", + // icon: "ClipboardCheck", + group: "이메일" + }, + + ], + }, + ]; export const additionalNav: MenuItem[] = [ -- cgit v1.2.3