Commit c8b36691 authored by zhangjianguo's avatar zhangjianguo

1

parent bac1ac26
...@@ -367,7 +367,12 @@ export default new Router({ ...@@ -367,7 +367,12 @@ export default new Router({
name: 'financialAllocation', name: 'financialAllocation',
component: resolve => require(['@/components/orderMan/financialAllocation'], resolve), component: resolve => require(['@/components/orderMan/financialAllocation'], resolve),
}, },
// 订单管理 损益核算
{
path: '/OrderProfitLossList',
name: 'OrderProfitLossList',
component: resolve => require(['@/components/orderMan/OrderProfitLossList'], resolve),
},
//设置 基础设置 //设置 基础设置
{ {
path: '/basicSetUp', path: '/basicSetUp',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment