fix: drawer menu => hide workflow

This commit is contained in:
puriphatt 2024-11-08 13:08:40 +07:00
parent 9530c18e00
commit f6479cc72d

View file

@ -128,7 +128,7 @@ onMounted(async () => {
? false
: true,
},
{ label: 'workflow', route: '/workflow' },
{ label: 'workflow', route: '/workflow', hidden: true },
{ label: 'productService', route: '/product-service' },
{ label: 'document', route: '/document-management' },
{ label: 'customer', route: '/customer-management' },