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

@ -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)"