Commit 567b6cb5 authored by huangyuanyuan's avatar huangyuanyuan

新增线控管理

parent 8b9abbfd
This diff is collapsed.
...@@ -2375,6 +2375,14 @@ export default { ...@@ -2375,6 +2375,14 @@ export default {
meta: { meta: {
title: '资金调拨' title: '资金调拨'
}, },
},
{ //财务 线控配置
path: '/WireControl',
name: 'WireControl',
component: resolve => require(['@/components/FinancialModule/WireControl'], resolve),
meta: {
title: '线控配置'
},
}, { //财务 资金调拨 新增 }, { //财务 资金调拨 新增
path: '/addCapitalAllocation', path: '/addCapitalAllocation',
name: 'addCapitalAllocation', name: 'addCapitalAllocation',
......
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