add order count to table view
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<td>{{ this.name }}</td>
|
<td>{{ this.name }}</td>
|
||||||
<td>{{ customer.email }}</td>
|
<td>{{ customer.email }}</td>
|
||||||
<td>{{ customer.city }}, {{ customer.state }}</td>
|
<td>{{ customer.city }}, {{ customer.state }}</td>
|
||||||
|
<td>XX</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="control has-addons is-pulled-right">
|
<div class="control has-addons is-pulled-right">
|
||||||
<a class="button is-outlined is-primary">
|
<a class="button is-outlined is-primary">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Email</th>
|
<th>Email</th>
|
||||||
<th>City</th>
|
<th>City</th>
|
||||||
|
<th>Orders</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user