Commit 4461e319 by 李承祥

添加结算智能分组

parent 9a1441da
...@@ -58,6 +58,12 @@ const router = new Router({ ...@@ -58,6 +58,12 @@ const router = new Router({
name: 'outHistorygroupingnew', name: 'outHistorygroupingnew',
component: outHistorygroupingnew component: outHistorygroupingnew
}, },
// 结算清单智能分组
{
path: '/outHistorygroupingsetl',
name: 'outHistorygroupingsetl',
component: (resolve) => require(['@/views/outHistorygroupingsetl.vue'], resolve)
},
//进入路径 //进入路径
{ {
path: '/Entrypath', path: '/Entrypath',
...@@ -76,8 +82,7 @@ const router = new Router({ ...@@ -76,8 +82,7 @@ const router = new Router({
}, },
{ {
path: '/clinicalPathMaintenance', path: '/clinicalPathMaintenance',
component: (resolve) => component: (resolve) => require(['@/views/clinicalPathMaintenance.vue'], resolve)
require(['@/views/clinicalPathMaintenance.vue'], resolve)
}, },
{ {
path: '/relationMapping', path: '/relationMapping',
......
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