提交 2dc73f8b 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed not-complete route

上级 b2da1f43
...@@ -85,10 +85,10 @@ const patientsRouters = { ...@@ -85,10 +85,10 @@ const patientsRouters = {
path: 'not-complete', path: 'not-complete',
component: halfDataManage, component: halfDataManage,
name: 'halfDataManage', name: 'halfDataManage',
redirect: 'not-complete/half-data-list', redirect: 'not-complete/not-complete',
children: [ children: [
{ {
path: 'half-data-list', path: 'not-complete',
component: halfDataList, component: halfDataList,
name: 'halfDataList', name: 'halfDataList',
meta: { meta: {
......
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
{ {
title: '资料不全居民', title: '资料不全居民',
icon: 'el-icon-setting', icon: 'el-icon-setting',
index: 'patients-manage/not-complete/half-data-list' index: 'patients-manage/not-complete/not-complete'
} }
] ]
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册