ปรับ 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-menu>
|
||||||
<q-list
|
<q-list
|
||||||
style="min-width: 100px"
|
dense
|
||||||
v-for="(item, index) in listAdd"
|
v-for="(item, index) in listAdd"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
style="min-width: 100px"
|
||||||
>
|
>
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
clickable
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@ function onClickPosition() {
|
||||||
<q-btn flat round dense color="blue-10" icon="save_alt">
|
<q-btn flat round dense color="blue-10" icon="save_alt">
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list
|
<q-list
|
||||||
|
dense
|
||||||
style="min-width: 100px"
|
style="min-width: 100px"
|
||||||
v-for="(item, index) in document"
|
v-for="(item, index) in document"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,7 @@ function onClickHistory() {
|
||||||
<q-btn-dropdown color="green" label="ปรับโครงสร้าง">
|
<q-btn-dropdown color="green" label="ปรับโครงสร้าง">
|
||||||
<q-list>
|
<q-list>
|
||||||
<q-item
|
<q-item
|
||||||
|
dense
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
v-for="(item, index) in itemStructure"
|
v-for="(item, index) in itemStructure"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue