fix(organization-chart):Open Menu Structure

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-19 16:02:55 +07:00
parent a35fbbc7d1
commit 87257cd1bf
2 changed files with 3 additions and 13 deletions

View file

@ -187,14 +187,8 @@ onMounted(async () => {
<q-card
v-else
bordered
@click="
item.path === '/organization-chart' ? null : goToPage(item.path)
"
:class="
item.path === '/organization-chart'
? 'disabledcard col-12'
: 'noactive col-12'
"
@click="goToPage(item.path)"
class="noactive col-12"
>
<div class="col-12">
<q-avatar
@ -218,9 +212,6 @@ onMounted(async () => {
>
{{ item.sub }}
</div>
<q-tooltip v-if="item.path === '/organization-chart'">
อยระหวางปรบปร</q-tooltip
>
</q-card>
</div>
</div>