Compare commits

..

No commits in common. "9c9fb561b5ae3fdd2cc771b3c7d9f3edd0b77091" and "aa75c8c882d01d21c1bfdedae04285afcc19fa27" have entirely different histories.

View file

@ -397,24 +397,13 @@ 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