renamed tabs; "Click the chart!"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<toolbar-pane title="Create">
|
||||
<toolbar-pane title="Order">
|
||||
<template v-slot:toolbar>
|
||||
<!-- <v-btn variant="flat" prepend-icon="mdi-plus" @click="co.newOrder" v-if="co.orders.length===0">New Order</v-btn>-->
|
||||
<v-btn variant="text" prepend-icon="mdi-send" @click="placeOrder"
|
||||
@@ -83,7 +83,7 @@ async function placeOrder() {
|
||||
else {
|
||||
await pendOrder(built[0])
|
||||
co.resetOrders()
|
||||
router.push('/orders')
|
||||
router.push('/status')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user