refactor: เพิ่ม id

This commit is contained in:
Net 2024-07-23 10:59:09 +07:00
parent 7f67e787bc
commit 46fe637b6e
2 changed files with 3 additions and 1 deletions

View file

@ -70,6 +70,7 @@ defineEmits<{
/>
<q-btn
:id="`btn-dots-${data.code}`"
:key="data.code"
flat
round

View file

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