feat: quatation tree
This commit is contained in:
parent
58fd3da83e
commit
f7bf9fa91b
4 changed files with 121 additions and 20 deletions
|
|
@ -80,7 +80,7 @@ onMounted(async () => {
|
|||
{
|
||||
label: 'menu.quotation',
|
||||
icon: 'mdi-file-document',
|
||||
route: '',
|
||||
route: '/quotation',
|
||||
disabled: true,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ onMounted(async () => {
|
|||
filterRole.value = userRoles
|
||||
.filter(
|
||||
(role) =>
|
||||
role !== 'default-roles-' + getRealm() &&
|
||||
!role.includes('default-roles') &&
|
||||
role !== 'offline_access' &&
|
||||
role !== 'uma_authorization',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue