fix(fe archive): fixed row actions logic
This commit is contained in:
parent
a6430ad913
commit
67748b3c33
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ const update = (page_info) => {
|
|||
</v-icon>
|
||||
<v-icon
|
||||
size="small"
|
||||
@click="$emit('cancelItem', item)"
|
||||
@click="$emit('deleteItem', item)"
|
||||
>
|
||||
mdi-delete
|
||||
</v-icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue