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 98% rename from src/pages/app/paymentManagement.vue rename to src/pages/app/ApprovalManagement.vue index a83069d..f571b85 100644 --- a/src/pages/app/paymentManagement.vue +++ b/src/pages/app/ApprovalManagement.vue @@ -1,8 +1,9 @@