transaction edit
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<th scope="row"><span>Comment</span></th>
|
||||
|
||||
<th scope="row"><span>Event</span></th>
|
||||
<th scope="row" v-for="item in transactions[0].items">
|
||||
<th scope="row" v-for="item in transactions[0].transactionItems">
|
||||
<span>{{ item.userAccount?.name }}</span>
|
||||
</th>
|
||||
<th scope="row"></th>
|
||||
@@ -54,7 +54,7 @@
|
||||
}}</router-link>
|
||||
</div>
|
||||
</td>
|
||||
<td v-for="item in transaction.items">{{ item.amount }}</td>
|
||||
<td v-for="item in transaction.transactionItems">{{ item.amount }}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<router-link :to="{ name: 'TransactionView', params: { transactionId: transaction.id } }" custom v-slot="{ navigate }">
|
||||
|
||||
Reference in New Issue
Block a user