diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-24 01:44:03 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-24 01:44:03 +0000 |
| commit | 4e63d8427d26d0d1b366ddc53650e15f3481fc75 (patch) | |
| tree | ddfb69a92db56498ea591eed0f14ed2ce823431c /config | |
| parent | 127185717263ea3162bd192c83b4c7efe0d96e50 (diff) | |
(대표님/최겸) 20250624 작업사항 10시43분
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 56 |
1 files changed, 56 insertions, 0 deletions
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[] = [ |
