fix(tkuser): 소모품 권한 관리 — 누락 페이지 추가 + 명칭 수정
- purchase.request_mobile(소모품 신청) 누락 → 추가 (def:true) - purchase.request 명칭 "소모품 신청" → "소모품 구매 관리" 수정 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,8 @@ const SYSTEM1_PAGES = {
|
||||
{ key: 's1.inspection.work_status', title: '근무 현황', icon: 'fa-user-clock', def: false },
|
||||
],
|
||||
'소모품 관리': [
|
||||
{ key: 's1.purchase.request', title: '소모품 신청', icon: 'fa-shopping-cart', def: false },
|
||||
{ key: 's1.purchase.request_mobile', title: '소모품 신청', icon: 'fa-shopping-cart', def: true },
|
||||
{ key: 's1.purchase.request', title: '소모품 구매 관리', icon: 'fa-clipboard-list', def: false },
|
||||
{ key: 's1.purchase.analysis', title: '소모품 분석', icon: 'fa-chart-line', def: false },
|
||||
],
|
||||
'근태 관리': [
|
||||
|
||||
Reference in New Issue
Block a user