refactor: add id

This commit is contained in:
Thanaphon Frappet 2025-02-18 17:13:36 +07:00
parent 2ee65233f2
commit 758b005768
12 changed files with 38 additions and 6 deletions

View file

@ -186,7 +186,7 @@ function getEmployeeName(
</q-td>
<q-td class="text-right">
<q-btn
:id="`btn-eye-${props.row.quotation.workName}`"
:id="`btn-eye-${props.row.code}`"
icon="mdi-eye-outline"
size="sm"
dense
@ -196,6 +196,7 @@ function getEmployeeName(
/>
<KebabAction
:id-name="`btn-kebab-${props.row.code}`"
hide-edit
hide-toggle
hide-view