refactor: add id
This commit is contained in:
parent
2ee65233f2
commit
758b005768
12 changed files with 38 additions and 6 deletions
|
|
@ -127,7 +127,7 @@ defineEmits<{
|
|||
|
||||
<q-td class="text-right">
|
||||
<q-btn
|
||||
:id="`btn-eye-${props.row.firstName}`"
|
||||
:id="`btn-preview-${props.row.workName}`"
|
||||
icon="mdi-play-box-outline"
|
||||
size="sm"
|
||||
dense
|
||||
|
|
@ -137,7 +137,7 @@ defineEmits<{
|
|||
/>
|
||||
|
||||
<q-btn
|
||||
:id="`btn-eye-${props.row.firstName}`"
|
||||
:id="`btn-eye-${props.row.workName}`"
|
||||
icon="mdi-eye-outline"
|
||||
size="sm"
|
||||
dense
|
||||
|
|
@ -147,7 +147,7 @@ defineEmits<{
|
|||
/>
|
||||
|
||||
<KebabAction
|
||||
:idName="`btn-kebab-${props.row.firstName}`"
|
||||
:idName="`btn-kebab-${props.row.workName}`"
|
||||
status="'ACTIVE'"
|
||||
hide-toggle
|
||||
hide-delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue