refactor: เพิ่ม id
This commit is contained in:
parent
603d1d7fb5
commit
eb5c4b1560
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue