Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m9s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m9s
This commit is contained in:
commit
d9e10db73d
1 changed files with 3 additions and 12 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue