major update
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<button class="btn btn-accent btn-sm">
|
||||
<button class="btn btn-secondary btn-sm">
|
||||
Send for delivery
|
||||
</button>
|
||||
</form>
|
||||
@@ -83,13 +83,13 @@
|
||||
<td class="flex gap-5">
|
||||
|
||||
<router-link :to="{ name: 'customerEdit', params: { id: oil['customer_id'] } }">
|
||||
<button class="btn btn-accent btn-sm">
|
||||
Edit
|
||||
<button class="btn btn-secondary btn-sm">
|
||||
Edit Customer
|
||||
</button>
|
||||
</router-link>
|
||||
<router-link :to="{ name: 'TicketAuto', params: { id: oil['id'] } }">
|
||||
<button class="btn btn-accent btn-sm">
|
||||
Print
|
||||
<button class="btn btn-secondary btn-sm">
|
||||
Print Ticket
|
||||
</button>
|
||||
</router-link>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user