diff --git a/src/layouts/DrawerComponent.vue b/src/layouts/DrawerComponent.vue index 0d7cccbf..3291f294 100644 --- a/src/layouts/DrawerComponent.vue +++ b/src/layouts/DrawerComponent.vue @@ -81,7 +81,7 @@ onMounted(async () => { label: 'menu.quotation', icon: 'mdi-file-document', route: '/quotation', - disabled: true, + disabled: false, }, { label: 'menu.requestList', @@ -182,10 +182,11 @@ function branchSetting() {}