refactor: add id
This commit is contained in:
parent
2ee65233f2
commit
758b005768
12 changed files with 38 additions and 6 deletions
|
|
@ -77,6 +77,7 @@ const visible = computed(() =>
|
|||
|
||||
<template v-if="col.name === '#action'">
|
||||
<KebabAction
|
||||
:id-name="`btn-kebab-${props.row.workName}`"
|
||||
hide-toggle
|
||||
hide-edit
|
||||
@edit="$emit('edit', props.row)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue