Commit 6eb954f8 authored by Mac's avatar Mac

1

parent f324acf0
......@@ -3956,9 +3956,18 @@ export default {
name: 'dianshangyeardata',
component: resolve => require(['@/components/FinancialModule/ReportForm/dianshangyeardata'], resolve),
meta: {
title: '电商数据'
title: '年度电商数据'
},
},
{ //财务 电商年度比数据
path: '/dianshangannualRatio',
name: 'dianshangannualRatio',
component: resolve => require(['@/components/FinancialModule/ReportForm/dianshangannualRatio'], resolve),
meta: {
title: '电商年度比数据'
},
},
{ //财务 线路收客
path: '/LineReceiver',
name: 'LineReceiver',
......
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