|
@@ -238,7 +238,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
name: 'delivery-list',
|
|
name: 'delivery-list',
|
|
|
component: () => import('../../sbyj/views/delivery/index.vue'),
|
|
component: () => import('../../sbyj/views/delivery/index.vue'),
|
|
|
props: {
|
|
props: {
|
|
|
- title: '交料订单',
|
|
|
|
|
|
|
+ title: '卖料订单',
|
|
|
buyorsell: 1
|
|
buyorsell: 1
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -267,7 +267,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
name: 'pickup-list',
|
|
name: 'pickup-list',
|
|
|
component: () => import('../../sbyj/views/delivery/index.vue'),
|
|
component: () => import('../../sbyj/views/delivery/index.vue'),
|
|
|
props: {
|
|
props: {
|
|
|
- title: '提料订单',
|
|
|
|
|
|
|
+ title: '买料订单',
|
|
|
buyorsell: 0
|
|
buyorsell: 0
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|