diff --git a/src/layouts/navbar.vue b/src/layouts/navbar.vue index 208d10a..9740cbe 100644 --- a/src/layouts/navbar.vue +++ b/src/layouts/navbar.vue @@ -28,7 +28,7 @@ const links = ref([ { id: 'payment', type: 'link', - to: '/app/paymentManagement', + to: '/app/ApprovalManagement', label: '결재함', icon: '', }, diff --git a/src/pages/app/paymentManagement.vue b/src/pages/app/ApprovalManagement.vue similarity index 100% rename from src/pages/app/paymentManagement.vue rename to src/pages/app/ApprovalManagement.vue