feat: create icon on tree
This commit is contained in:
parent
5b7441d482
commit
c77c678f42
1 changed files with 13 additions and 8 deletions
|
|
@ -68,16 +68,21 @@ onMounted(getCabinet)
|
|||
<div class="col-12 col-md-3">
|
||||
<div class="bg-white rounded-borders shadow-5">
|
||||
<div
|
||||
class="q-px-md q-py-sm text-primary bg-grey-1 pointer"
|
||||
class="q-px-md q-py-sm text-primary bg-grey-1 pointer row justify-between items-center"
|
||||
id="container-header"
|
||||
@click="
|
||||
() => {
|
||||
currentPath = ''
|
||||
getFolder(currentPath)
|
||||
}
|
||||
"
|
||||
>
|
||||
<span class="block q-my-sm text-weight-bold">ตู้จัดเก็บเอกสาร</span>
|
||||
<span
|
||||
class="block q-my-sm text-weight-bold"
|
||||
@click="
|
||||
() => {
|
||||
currentPath = ''
|
||||
getFolder(currentPath)
|
||||
}
|
||||
"
|
||||
>ตู้จัดเก็บเอกสาร</span
|
||||
>
|
||||
<q-btn dense flat color="primary" icon="add" @click="() => triggerFolderCreate()"
|
||||
id="createFolder"/>
|
||||
</div>
|
||||
<q-separator />
|
||||
<div class="q-pa-md">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue