Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m31s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-19 16:03:14 +07:00
commit f4ec4a244e
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>

View file

@ -161,8 +161,7 @@ export const useDataStore = defineStore("dataMain", () => {
icon: "mdi-account-group-outline",
title: "แผนผังองค์กร",
sub: "ดูแผนผังองค์กร",
// color: "blue-3",
color: "grey-3",
color: "blue-3",
path: "/organization-chart",
active: false,
},