fix(tbm): 진입 경로 tbm.html → tbm-mobile.html 교체

구버전(오렌지 헤더) → 신버전(블루 그라데이션, 모바일 최적화)
NAV_MENU + pages 테이블 page_path 변경

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-31 13:26:10 +09:00
parent 755e4142e1
commit 5054398f4f
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
</div>
</div>
<script src="/static/js/tkfb-core.js?v=2026033106"></script>
<script src="/static/js/tkfb-core.js?v=2026033107"></script>
<script src="/js/production-dashboard.js?v=2026033105"></script>
</body>
</html>

View File

@@ -117,7 +117,7 @@ async function _fetchPageAccess(userId) {
const NAV_MENU = [
{ cat: null, href: '/pages/dashboard-new.html', icon: 'fa-home', label: '대시보드', key: 'dashboard' },
{ cat: '작업 관리', items: [
{ href: '/pages/work/tbm.html', icon: 'fa-clipboard-list', label: 'TBM 관리', key: 'work.tbm' },
{ href: '/pages/work/tbm-mobile.html', icon: 'fa-clipboard-list', label: 'TBM 관리', key: 'work.tbm' },
{ href: '/pages/work/report-create.html', icon: 'fa-file-alt', label: '작업보고서 작성', key: 'work.report_create' },
{ href: '/pages/work/analysis.html', icon: 'fa-chart-bar', label: '작업 분석', key: 'work.analysis', admin: true },
{ href: `${_tkqcBase}/`, icon: 'fa-exclamation-triangle', label: '부적합 현황', key: 'work.nonconformity', external: true },