From 72e4a8b277255d0559854406ac241fec67a1b9b9 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 14:18:54 +0900 Subject: [PATCH] =?UTF-8?q?fix(nav):=20=ED=95=98=EB=8B=A8=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=EC=97=90=EC=84=9C=20=EC=97=B0=EC=B0=A8=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/pages/attendance/my-vacation-info.html | 2 +- system1-factory/web/pages/dashboard-new.html | 2 +- system1-factory/web/pages/purchase/request-mobile.html | 2 +- system1-factory/web/pages/work/report-create-mobile.html | 2 +- system1-factory/web/pages/work/tbm-mobile.html | 2 +- system1-factory/web/static/js/shared-bottom-nav.js | 5 ----- 6 files changed, 5 insertions(+), 10 deletions(-) diff --git a/system1-factory/web/pages/attendance/my-vacation-info.html b/system1-factory/web/pages/attendance/my-vacation-info.html index dd20cc8..19435a8 100644 --- a/system1-factory/web/pages/attendance/my-vacation-info.html +++ b/system1-factory/web/pages/attendance/my-vacation-info.html @@ -569,6 +569,6 @@ } - + diff --git a/system1-factory/web/pages/dashboard-new.html b/system1-factory/web/pages/dashboard-new.html index 224f639..8c45333 100644 --- a/system1-factory/web/pages/dashboard-new.html +++ b/system1-factory/web/pages/dashboard-new.html @@ -49,6 +49,6 @@ - + diff --git a/system1-factory/web/pages/purchase/request-mobile.html b/system1-factory/web/pages/purchase/request-mobile.html index 452fb12..40e4991 100644 --- a/system1-factory/web/pages/purchase/request-mobile.html +++ b/system1-factory/web/pages/purchase/request-mobile.html @@ -99,6 +99,6 @@ - + diff --git a/system1-factory/web/pages/work/report-create-mobile.html b/system1-factory/web/pages/work/report-create-mobile.html index 9738ca2..7aa9917 100644 --- a/system1-factory/web/pages/work/report-create-mobile.html +++ b/system1-factory/web/pages/work/report-create-mobile.html @@ -203,6 +203,6 @@ - + diff --git a/system1-factory/web/pages/work/tbm-mobile.html b/system1-factory/web/pages/work/tbm-mobile.html index 4c49bf9..d3fa4e5 100644 --- a/system1-factory/web/pages/work/tbm-mobile.html +++ b/system1-factory/web/pages/work/tbm-mobile.html @@ -70,7 +70,7 @@
- +
diff --git a/system1-factory/web/static/js/shared-bottom-nav.js b/system1-factory/web/static/js/shared-bottom-nav.js index d02373d..02738e5 100644 --- a/system1-factory/web/static/js/shared-bottom-nav.js +++ b/system1-factory/web/static/js/shared-bottom-nav.js @@ -19,11 +19,6 @@ href: '/pages/purchase/request-mobile.html', label: '소모품', icon: '' - }, - { - href: '/pages/attendance/my-vacation-info.html', - label: '연차관리', - icon: '' } ];