กำหนดสิทธิ์จัดการโครงสร้าง
This commit is contained in:
parent
2ccdcef509
commit
90568eac79
3 changed files with 22 additions and 12 deletions
|
|
@ -889,14 +889,15 @@ onUnmounted(() => {
|
|||
:to="{ name: `${subMenu2.path}` }"
|
||||
>
|
||||
<q-item-section>
|
||||
<q-item-label class="font-400 subLabel"
|
||||
>{{ subMenu2.label }}
|
||||
<q-item-label class="font-400 subLabel">
|
||||
{{ subMenu2.label }}
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-expansion-item>
|
||||
|
||||
<q-item
|
||||
v-else
|
||||
v-else-if="checkPermission(subMenu.role, reles)"
|
||||
dense
|
||||
class="menuSubHover"
|
||||
active-class="text-primary active-item text-weight-bold menuSubAct"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue