|
|
@@ -36,15 +36,15 @@ export default [ |
|
|
|
{ |
|
|
|
name: '组织管理', |
|
|
|
icon: 'smile', |
|
|
|
path: '/sys/Org', |
|
|
|
component: './sys/Org', |
|
|
|
path: '/sys/org', |
|
|
|
component: './sys/org', |
|
|
|
access: 'k2', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '操作日志', |
|
|
|
icon: 'smile', |
|
|
|
path: '/sys/Log', |
|
|
|
component: './sys/Log', |
|
|
|
path: '/sys/log', |
|
|
|
component: './sys/log', |
|
|
|
access: 'k3', |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -57,15 +57,15 @@ export default [ |
|
|
|
{ |
|
|
|
name: '角色权限', |
|
|
|
icon: 'smile', |
|
|
|
path: '/sys/Roles', |
|
|
|
component: './sys/Roles', |
|
|
|
path: '/sys/roles', |
|
|
|
component: './sys/roles', |
|
|
|
access: 'k5', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '系统菜单', |
|
|
|
icon: 'smile', |
|
|
|
path: '/sys/Menus', |
|
|
|
component: './sys/Menus', |
|
|
|
path: '/sys/menus', |
|
|
|
component: './sys/menus', |
|
|
|
access: 'k6', |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -127,15 +127,15 @@ export default [ |
|
|
|
{ |
|
|
|
name: '验收入库', |
|
|
|
icon: 'smile', |
|
|
|
path: '/erp/Bill/ReceivingNote', |
|
|
|
component: './erp/Bill/ReceivingNote', |
|
|
|
path: '/erp/bill/receivingNote', |
|
|
|
component: './erp/bill/receivingNote', |
|
|
|
access: 'k15', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '采购管理', |
|
|
|
icon: 'smile', |
|
|
|
path: '/erp/Bill/purchaseOrder', |
|
|
|
component: './erp/Bill/purchaseOrder', |
|
|
|
path: '/erp/bill/purchaseOrder', |
|
|
|
component: './erp/bill/purchaseOrder', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '物料库存', |
|
|
@@ -346,7 +346,7 @@ export default [ |
|
|
|
path: '/integral/integralConfigure', |
|
|
|
component: './integral/integralConfigure', |
|
|
|
access: 'k12', |
|
|
|
}, |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -497,8 +497,8 @@ export default [ |
|
|
|
{ |
|
|
|
name: '售后申请', |
|
|
|
icon: 'smile', |
|
|
|
path: '/refundment/OrderAfterSales', |
|
|
|
component: './refundment/OrderAfterSales', |
|
|
|
path: '/refundment/orderAfterSales', |
|
|
|
component: './refundment/orderAfterSales', |
|
|
|
access: 'k28', |
|
|
|
}, |
|
|
|
], |
|
|
@@ -534,8 +534,8 @@ export default [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '异常订单信息', |
|
|
|
path: '/order/ExOrder', |
|
|
|
component: './order/ExOrder', |
|
|
|
path: '/order/exOrder', |
|
|
|
component: './order/exOrder', |
|
|
|
access: 'k31', |
|
|
|
}, |
|
|
|
], |
|
|
|