fix: drawer menu => hide workflow
This commit is contained in:
parent
9530c18e00
commit
f6479cc72d
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ onMounted(async () => {
|
||||||
? false
|
? false
|
||||||
: true,
|
: true,
|
||||||
},
|
},
|
||||||
{ label: 'workflow', route: '/workflow' },
|
{ label: 'workflow', route: '/workflow', hidden: true },
|
||||||
{ label: 'productService', route: '/product-service' },
|
{ label: 'productService', route: '/product-service' },
|
||||||
{ label: 'document', route: '/document-management' },
|
{ label: 'document', route: '/document-management' },
|
||||||
{ label: 'customer', route: '/customer-management' },
|
{ label: 'customer', route: '/customer-management' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue