Commit 10fd6287 by 唐玉峰

Merge branch 'feature/贵州丹寨人民医院' of…

Merge branch 'feature/贵州丹寨人民医院' of https://gitlab.suvalue.com/ninglupeng/vue-composition-api into feature/贵州丹寨人民医院
parents 0141f9b7 0507e2fe
...@@ -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