refactor: add id
This commit is contained in:
parent
2ee65233f2
commit
758b005768
12 changed files with 38 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue