|
@@ -46,6 +46,7 @@
|
|
import OrderDetail from './orderComponents/orderDetail.vue';
|
|
import OrderDetail from './orderComponents/orderDetail.vue';
|
|
import OrderList from './orderComponents/orderList.vue';
|
|
import OrderList from './orderComponents/orderList.vue';
|
|
import orderTrack from './orderComponents/orderTrack'
|
|
import orderTrack from './orderComponents/orderTrack'
|
|
|
|
+ import orderMap from './orderComponents/orderAMap.vue';
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -67,7 +68,8 @@
|
|
sendOrderPopup,
|
|
sendOrderPopup,
|
|
OrderDetail,
|
|
OrderDetail,
|
|
OrderList,
|
|
OrderList,
|
|
- orderTrack
|
|
|
|
|
|
+ orderTrack,
|
|
|
|
+ orderMap
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
sendOrder() {
|
|
sendOrder() {
|