fix: add key on page size btn
This commit is contained in:
parent
fabadd5b8e
commit
ad6f5a3b75
2 changed files with 5 additions and 0 deletions
|
|
@ -1609,6 +1609,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="
|
||||
|
|
@ -1709,6 +1710,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="
|
||||
|
|
|
|||
|
|
@ -1415,6 +1415,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="
|
||||
|
|
@ -1471,6 +1472,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="
|
||||
|
|
@ -1783,6 +1785,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue