refactor(02): remove disable date

This commit is contained in:
puriphatt 2024-09-25 13:13:28 +07:00
parent cc35d9c53c
commit 1fd6857606
2 changed files with 1 additions and 3 deletions

View file

@ -81,7 +81,7 @@ onMounted(async () => {
label: 'menu.quotation',
icon: 'mdi-file-document',
route: '/quotation',
disabled: false,
disabled: true,
},
{
label: 'menu.requestList',