Compare commits
2 commits
d187390cbf
...
d9e10db73d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9e10db73d | ||
|
|
010b7deeeb |
1 changed files with 3 additions and 12 deletions
|
|
@ -397,24 +397,15 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue