changes untested
This commit is contained in:
4
src/pages/delivery/viewstatus/delivered.vue
Normal file → Executable file
4
src/pages/delivery/viewstatus/delivered.vue
Normal file → Executable file
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<div class="overflow-x-auto">
|
||||
<div class="flex start">Oil Deliveries</div>
|
||||
<div class="flex start">Delivered Deliveries</div>
|
||||
<table class="table">
|
||||
<!-- head -->
|
||||
<thead>
|
||||
@@ -28,7 +28,6 @@
|
||||
<th>Name</th>
|
||||
<th>Status</th>
|
||||
<th>Town</th>
|
||||
|
||||
<th>Address</th>
|
||||
<th>Gallons</th>
|
||||
<th>Date</th>
|
||||
@@ -52,7 +51,6 @@
|
||||
<div v-else-if="oil['delivery_status'] == 10">Finalized</div>
|
||||
<div v-else></div>
|
||||
</td>
|
||||
|
||||
<td>{{ oil['customer_town'] }}</td>
|
||||
<td>{{ oil['customer_address'] }}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user