提交 8b69f016 编写于 作者: chengxiang.li's avatar chengxiang.li

Merge branch 'dev-patients-20190513' of...

Merge branch 'dev-patients-20190513' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-patients-20190513
...@@ -13,8 +13,8 @@ const labelsList = r => require.ensure([], () => r(require('../views/patients/la ...@@ -13,8 +13,8 @@ const labelsList = r => require.ensure([], () => r(require('../views/patients/la
const labelsDetail = r => require.ensure([], () => r(require('../views/patients/labels-manage/labels-detail.vue')), 'labelsDetail'); const labelsDetail = r => require.ensure([], () => r(require('../views/patients/labels-manage/labels-detail.vue')), 'labelsDetail');
/*资料不全居民*/ /*资料不全居民*/
const halfDataManage = r => require.ensure([], () => r(require('../views/patients/not-complete/layout.vue')), 'halfDataManage'); const notCompleteManage = r => require.ensure([], () => r(require('../views/patients/not-complete/layout.vue')), 'halfDataManage');
const halfDataList = r => require.ensure([], () => r(require('../views/patients/not-complete/not-complete-list.vue')), 'halfDataList'); const notCompleteList = r => require.ensure([], () => r(require('../views/patients/not-complete/not-complete-list.vue')), 'halfDataList');
const patientsRouters = { const patientsRouters = {
path: '/patients-manage', path: '/patients-manage',
...@@ -93,14 +93,14 @@ const patientsRouters = { ...@@ -93,14 +93,14 @@ const patientsRouters = {
}, },
{ {
path: 'not-complete', path: 'not-complete',
component: halfDataManage, component: notCompleteManage,
name: 'halfDataManage', name: 'notCompleteManage',
redirect: 'not-complete/not-complete', redirect: 'not-complete/not-complete',
children: [ children: [
{ {
path: 'not-complete', path: 'not-complete',
component: halfDataList, component: notCompleteList,
name: 'halfDataList', name: 'notCompleteList',
meta: { meta: {
title: '资料不全居民', title: '资料不全居民',
keepAlive: false keepAlive: false
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册