refactor: hide btn action
This commit is contained in:
parent
30edcda058
commit
9f27012cb1
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ defineEmits<{
|
||||||
@click.stop="$emit('view', props.row)"
|
@click.stop="$emit('view', props.row)"
|
||||||
/>
|
/>
|
||||||
<KebabAction
|
<KebabAction
|
||||||
|
v-if="!inTable"
|
||||||
:id-name="props.row.firstName"
|
:id-name="props.row.firstName"
|
||||||
:status="props.row.status"
|
:status="props.row.status"
|
||||||
@view="$emit('view', props.row)"
|
@view="$emit('view', props.row)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue