Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
9c9fb561b5 Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m58s
2026-01-29 12:03:27 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
b82b489a8b fix: disabled organization view 2026-01-29 12:03:08 +07:00

View file

@ -397,13 +397,24 @@ onMounted(async () => {
@click="store.statusView = 'list'"
/>
<q-separator inset vertical />
<!-- รอแกไข API -->
<!-- <q-btn
flat
dense
icon="mdi-sitemap"
:color="store.statusView === 'tree' ? 'grey-7' : 'grey-4'"
@click="store.statusView = 'tree'"
/> -->
<q-btn
flat
dense
icon="mdi-sitemap"
:color="store.statusView === 'tree' ? 'grey-7' : 'grey-4'"
@click="store.statusView = 'tree'"
/>
disabled
>
<q-tooltip>อยระหวางปรบปร</q-tooltip>
</q-btn>
<q-separator inset vertical />
<q-btn
flat