ปรับ listItems
This commit is contained in:
parent
a925a43642
commit
0ea7b83182
3 changed files with 4 additions and 1 deletions
|
|
@ -336,9 +336,10 @@ onMounted(async () => {
|
|||
>
|
||||
<q-menu>
|
||||
<q-list
|
||||
style="min-width: 100px"
|
||||
dense
|
||||
v-for="(item, index) in listAdd"
|
||||
:key="index"
|
||||
style="min-width: 100px"
|
||||
>
|
||||
<q-item
|
||||
clickable
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ function onClickPosition() {
|
|||
<q-btn flat round dense color="blue-10" icon="save_alt">
|
||||
<q-menu>
|
||||
<q-list
|
||||
dense
|
||||
style="min-width: 100px"
|
||||
v-for="(item, index) in document"
|
||||
:key="index"
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ function onClickHistory() {
|
|||
<q-btn-dropdown color="green" label="ปรับโครงสร้าง">
|
||||
<q-list>
|
||||
<q-item
|
||||
dense
|
||||
clickable
|
||||
v-close-popup
|
||||
v-for="(item, index) in itemStructure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue