fix: add key on page size btn

This commit is contained in:
puriphatt 2024-07-05 02:42:09 +00:00
parent fabadd5b8e
commit ad6f5a3b75
2 changed files with 5 additions and 0 deletions

View file

@ -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="

View file

@ -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="