generated from Leo_Ding/web-template
Merge branch 'master' of https://gitlab.guxuan.icu/Leo_Ding/hahaPension_admin
This commit is contained in:
commit
0deb933cd0
106
src/router/routes/supervise.js
Normal file
106
src/router/routes/supervise.js
Normal file
@ -0,0 +1,106 @@
|
||||
import { ProfileOutlined } from '@ant-design/icons-vue'
|
||||
|
||||
export default [
|
||||
{
|
||||
path: 'custListMenu',
|
||||
name: 'custListMenu',
|
||||
component: 'RouteViewLayout',
|
||||
meta: {
|
||||
icon: ProfileOutlined,
|
||||
title: '服务对象管理',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'custList/index.vue',
|
||||
name: 'custlist',
|
||||
component: 'pages/custMenu/custList/index.vue',
|
||||
meta: {
|
||||
title: '服务对象列表',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'custallotList/index.vue',
|
||||
name: 'custallotList',
|
||||
component: 'pages/custMenu/custallotList/index.vue',
|
||||
meta: {
|
||||
title: '待分配对象列表',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'householdCustList/index.vue',
|
||||
name: 'householdCustList',
|
||||
component: 'pages/custMenu/householdCustList/index.vue',
|
||||
meta: {
|
||||
title: '户籍对象列表',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'institutionList/index.vue',
|
||||
name: 'institutionList',
|
||||
component: 'pages/custMenu/institutionList/index.vue',
|
||||
meta: {
|
||||
title: '机构服务对象列表',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'toimprovedList/index.vue',
|
||||
name: 'toimprovedList',
|
||||
component: 'pages/custMenu/toimprovedList/index.vue',
|
||||
meta: {
|
||||
title: '待完善对象列表',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'phonecareList/index.vue',
|
||||
name: 'phonecareList',
|
||||
component: 'pages/custMenu/phonecareList/index.vue',
|
||||
meta: {
|
||||
title: '电话关爱对象',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'selectiveList/index.vue',
|
||||
name: 'selectiveList',
|
||||
component: 'pages/custMenu/selectiveList/index.vue',
|
||||
meta: {
|
||||
title: '电话关爱对象',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'livingstateList/index.vue',
|
||||
name: 'livingstateList',
|
||||
component: 'pages/custMenu/livingstateList/index.vue',
|
||||
meta: {
|
||||
title: '生存状态管理',
|
||||
isMenu: true,
|
||||
keepAlive: true,
|
||||
permission: '*',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
0
src/views/pages/custMenu/custList/index.vue
Normal file
0
src/views/pages/custMenu/custList/index.vue
Normal file
0
src/views/pages/custMenu/custallotList/index.vue
Normal file
0
src/views/pages/custMenu/custallotList/index.vue
Normal file
0
src/views/pages/custMenu/phonecareList/index.vue
Normal file
0
src/views/pages/custMenu/phonecareList/index.vue
Normal file
0
src/views/pages/custMenu/selectiveList/index.vue
Normal file
0
src/views/pages/custMenu/selectiveList/index.vue
Normal file
0
src/views/pages/custMenu/toimprovedList/index.vue
Normal file
0
src/views/pages/custMenu/toimprovedList/index.vue
Normal file
Loading…
x
Reference in New Issue
Block a user