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
|
<q-btn
|
||||||
|
:id="`btn-dots-${data.code}`"
|
||||||
:key="data.code"
|
:key="data.code"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
|
|
|
||||||
|
|
@ -2054,7 +2054,7 @@ watch(
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
icon="mdi-dots-vertical"
|
icon="mdi-dots-vertical"
|
||||||
:id="`btn-dots-${props.row.customerName}`"
|
:id="`btn-dots-${props.row.code}`"
|
||||||
size="sm"
|
size="sm"
|
||||||
dense
|
dense
|
||||||
round
|
round
|
||||||
|
|
@ -2540,6 +2540,7 @@ watch(
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
icon="mdi-dots-vertical"
|
icon="mdi-dots-vertical"
|
||||||
|
:id="`btn-dots-${props.row.code}`"
|
||||||
size="sm"
|
size="sm"
|
||||||
dense
|
dense
|
||||||
round
|
round
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue