fix: disabled organization view
This commit is contained in:
parent
a0a9c7e2e6
commit
b82b489a8b
1 changed files with 12 additions and 1 deletions
|
|
@ -397,13 +397,24 @@ 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