diff --git a/src/router/routes_xm.js b/src/router/routes_xm.js index 7afcfaa6..2bb5a35a 100644 --- a/src/router/routes_xm.js +++ b/src/router/routes_xm.js @@ -134,6 +134,21 @@ export default { { path: 'xmIteration/XmIterationMng', component: _import('xm/core/xmIteration/XmIterationMng'), name: 'XmIterationMng', meta: { title: '迭代管理' }}, { path: 'xmIterationMenu/XmIterationMenuMng', component: _import('xm/core/xmIterationMenu/XmIterationMenuMng'), name: 'XmIterationMenuMng', meta: { title: '需求迭代' }}, ] + }, + { + path: '/xm/core', + component: Layout, + name: 'GroupMng', + iconCls: 'fa el-icon-menu', + meta: { + title: '团队管理', + icon: 'project' + }, + // leaf: true,//只有一个节点 + children: [ + { path: 'xmProjectGroup/XmProjectGroupAllMng', component: _import('xm/core/xmProjectGroup/XmProjectGroupAllMng'), name: 'XmProjectGroupAllMng', meta: { title: '团队管理' }}, + { path: 'xmProjectGroupUser/XmProjectGroupUserMng', component: _import('xm/core/xmProjectGroupUser/XmProjectGroupUserMng'), name: 'XmProjectGroupUserMng', meta: { title: '成员管理' }}, + ] } ] } diff --git a/src/views/xm/core/xmProjectGroup/XmProjectGroupAllMng.vue b/src/views/xm/core/xmProjectGroup/XmProjectGroupAllMng.vue new file mode 100644 index 00000000..36e8bbca --- /dev/null +++ b/src/views/xm/core/xmProjectGroup/XmProjectGroupAllMng.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateAdd.vue b/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateAdd.vue deleted file mode 100644 index a1c9c012..00000000 --- a/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateAdd.vue +++ /dev/null @@ -1,213 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateEdit.vue b/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateEdit.vue deleted file mode 100644 index c7e9f7a5..00000000 --- a/src/views/xm/core/xmProjectGroupState/XmProjectGroupStateEdit.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - \ No newline at end of file