From cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 11 Aug 2025 09:02:00 +0000 Subject: (대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/menuConfig.ts | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'config/menuConfig.ts') diff --git a/config/menuConfig.ts b/config/menuConfig.ts index f9293b1e..6cd4ae96 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -54,12 +54,12 @@ export const mainNav: MenuSection[] = [ descriptionKey: "menu.master_data.object_class_desc", groupKey: "groups.design_info" }, - { - titleKey: "menu.master_data.sub_class", - href: "/evcp/sub-class", - descriptionKey: "menu.master_data.sub_class_desc", - groupKey: "groups.design_info" - }, + // { + // titleKey: "menu.master_data.sub_class", + // href: "/evcp/sub-class", + // descriptionKey: "menu.master_data.sub_class_desc", + // groupKey: "groups.design_info" + // }, { titleKey: "menu.master_data.tag_types", href: "/evcp/tag-numbering", @@ -728,12 +728,12 @@ export const engineeringNav: MenuSection[] = [ descriptionKey: "menu.master_data.object_class_desc", groupKey: "groups.design_info" }, - { - titleKey: "menu.master_data.sub_class", - href: "/engineering/sub-class", - descriptionKey: "menu.master_data.sub_class_desc", - groupKey: "groups.design_info" - }, + // { + // titleKey: "menu.master_data.sub_class", + // href: "/engineering/sub-class", + // descriptionKey: "menu.master_data.sub_class_desc", + // groupKey: "groups.design_info" + // }, { titleKey: "menu.master_data.tag_types", href: "/engineering/tag-numbering", @@ -891,12 +891,12 @@ export const mainNavVendor: MenuSection[] = [ descriptionKey: "menu.vendor.engineering.data_input_offshore_desc", groupKey: "groups.offshore", }, - { - titleKey: "menu.vendor.engineering.document_list_offshore", - href: `/partners/document-list`, - descriptionKey: "menu.vendor.engineering.document_list_offshore_desc", - groupKey: "groups.offshore", - }, + // { + // titleKey: "menu.vendor.engineering.document_list_offshore", + // href: `/partners/document-list`, + // descriptionKey: "menu.vendor.engineering.document_list_offshore_desc", + // groupKey: "groups.offshore", + // }, { titleKey: "menu.vendor.engineering.document_management", href: `/partners/document-list-only`, -- cgit v1.2.3