stash
This commit is contained in:
parent
f7c9d1d069
commit
f3b8a3247e
8 changed files with 322 additions and 105 deletions
|
|
@ -36,10 +36,10 @@
|
|||
</div>
|
||||
<!-- actions -->
|
||||
<div class="card">
|
||||
<a class="btn btn-primary" :href="'/inventory/' + id + '/edit'">
|
||||
<button class="btn btn-primary" @click="$router.push('/inventory/' + id + '/edit')">
|
||||
<b-icon-pencil-square></b-icon-pencil-square>
|
||||
Edit
|
||||
</a>
|
||||
</button>
|
||||
<button type="submit" class="btn btn-danger"
|
||||
@click="deleteInventoryItem(item).then(() => $router.push('/inventory'))">
|
||||
<b-icon-trash></b-icon-trash>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue