refactor: เพิ่ม id
This commit is contained in:
parent
7f67e787bc
commit
46fe637b6e
2 changed files with 3 additions and 1 deletions
|
|
@ -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