From 39c333bb39a9f8769b4d856dba76a3eaed70f995 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 1 Apr 2026 11:24:19 +0900 Subject: [PATCH] =?UTF-8?q?fix(nav):=20=ED=95=98=EB=8B=A8=20=EB=84=A4?= =?UTF-8?q?=EB=B9=84=EC=97=90=EC=84=9C=20TBM/=EC=9E=91=EC=97=85=EB=B3=B4?= =?UTF-8?q?=EA=B3=A0=20=EC=A0=9C=EA=B1=B0,=20=EC=8B=A0=EA=B3=A0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 권한 차등 페이지(TBM, 작업보고)는 공통 하단 네비에 부적합. 신고(tkreport.technicalkorea.net) 링크로 대체. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../web/pages/attendance/my-vacation-info.html | 2 +- system1-factory/web/pages/dashboard-new.html | 2 +- .../web/pages/purchase/request-mobile.html | 2 +- .../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 | 11 +++-------- 6 files changed, 8 insertions(+), 13 deletions(-) diff --git a/system1-factory/web/pages/attendance/my-vacation-info.html b/system1-factory/web/pages/attendance/my-vacation-info.html index 8190fe9..d7fc71d 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 7c09ef5..13afa6f 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 42d02ea..6e51717 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 70ad6b8..dfabe3b 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 ea4cac5..2e8825b 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 2cf07f4..d02373d 100644 --- a/system1-factory/web/static/js/shared-bottom-nav.js +++ b/system1-factory/web/static/js/shared-bottom-nav.js @@ -11,14 +11,9 @@ icon: '' }, { - href: '/pages/work/tbm-mobile.html', - label: 'TBM', - icon: '' - }, - { - href: '/pages/work/report-create-mobile.html', - label: '작업보고', - icon: '' + href: 'https://tkreport.technicalkorea.net/', + label: '신고', + icon: '' }, { href: '/pages/purchase/request-mobile.html',