กำหนดสิทธิ์จัดการโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-11 13:11:42 +07:00
parent 2ccdcef509
commit 90568eac79
3 changed files with 22 additions and 12 deletions

View file

@ -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"