|
@@ -11,14 +11,14 @@ const businessRouter = {
|
|
|
path: 'oms',
|
|
|
component: () => import('@/views/business/oms/index'),
|
|
|
name: 'BusinessOMS',
|
|
|
- meta: { title: '点单管理', icon: 'el-icon-s-order', roleValue: 'business_oms_show' },
|
|
|
+ meta: { title: '点单', icon: 'el-icon-s-order', roleValue: 'business_oms_show' },
|
|
|
redirect: '/business/oms/order',
|
|
|
children: [
|
|
|
{
|
|
|
path: 'order',
|
|
|
component: () => import('@/views/business/oms/list/index'),
|
|
|
name: 'BusinessOMSOrder',
|
|
|
- meta: { title: '点单列表', roleValue: 'business_oms_order_list_show' }
|
|
|
+ meta: { title: '点单', roleValue: 'business_oms_order_list_show' }
|
|
|
},
|
|
|
{
|
|
|
path: 'detail',
|
|
@@ -33,7 +33,7 @@ const businessRouter = {
|
|
|
path: 'saveWine',
|
|
|
component: () => import('@/views/business/saveWine/index'),
|
|
|
name: 'BusinessSaveWine',
|
|
|
- meta: { title: '存/取酒记录', icon: 'el-icon-goods', roleValue: 'business_saveWine_show' }
|
|
|
+ meta: { title: '存/取酒', icon: 'el-icon-goods', roleValue: 'business_saveWine_show' }
|
|
|
},
|
|
|
{
|
|
|
path: 'place',
|