refactor: เพิ่ม id

This commit is contained in:
Net 2024-07-15 09:35:48 +07:00
parent 603d1d7fb5
commit eb5c4b1560
2 changed files with 5 additions and 0 deletions

View file

@ -1954,6 +1954,7 @@ watch([inputSearch, currentStatus], async () => {
<q-td>
<q-btn
icon="mdi-eye-outline"
:id="`btn-eye-${props.row.customerName}`"
size="sm"
dense
round

View file

@ -1782,6 +1782,7 @@ watch(inputSearchProductAndService, async () => {
<q-td>
<q-btn
icon="mdi-eye-outline"
:id="`btn-eye-${props.row.name}`"
size="sm"
dense
round
@ -1812,6 +1813,7 @@ watch(inputSearchProductAndService, async () => {
<q-btn
icon="mdi-dots-vertical"
:id="`btn-dots-${props.row.name}`"
size="sm"
dense
round
@ -2638,6 +2640,7 @@ watch(inputSearchProductAndService, async () => {
<q-td>
<q-btn
icon="mdi-eye-outline"
:id="`btn-eye-${props.row.name}`"
size="sm"
dense
round
@ -2662,6 +2665,7 @@ watch(inputSearchProductAndService, async () => {
<q-btn
icon="mdi-dots-vertical"
:id="`btn-dots-${props.row.name}`"
size="sm"
dense
round