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

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-19 15:45:05 +07:00
commit d9e10db73d

View file

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