refactor: เพิ่ม id
This commit is contained in:
parent
7f67e787bc
commit
46fe637b6e
2 changed files with 3 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ defineEmits<{
|
|||
/>
|
||||
|
||||
<q-btn
|
||||
:id="`btn-dots-${data.code}`"
|
||||
:key="data.code"
|
||||
flat
|
||||
round
|
||||
|
|
|
|||
|
|
@ -2054,7 +2054,7 @@ watch(
|
|||
|
||||
<q-btn
|
||||
icon="mdi-dots-vertical"
|
||||
:id="`btn-dots-${props.row.customerName}`"
|
||||
:id="`btn-dots-${props.row.code}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
@ -2540,6 +2540,7 @@ watch(
|
|||
|
||||
<q-btn
|
||||
icon="mdi-dots-vertical"
|
||||
:id="`btn-dots-${props.row.code}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue