add item detail page
This commit is contained in:
parent
8716d3f692
commit
b8f1942ab1
3 changed files with 78 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<tbody>
|
||||
<tr v-for="item in inventory_items" :key="item.id">
|
||||
<td>
|
||||
{{ item.name }}
|
||||
<router-link :to="`/inventory/${item.id}`">{{ item.name }}</router-link>
|
||||
</td>
|
||||
<td class="d-none d-md-table-cell">{{ item.availability_policy }}</td>
|
||||
<td class="d-none d-md-table-cell">{{ item.owned_quantity }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue