diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index 8c109df39..c115b7ba8 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -208,23 +208,30 @@
]
},
{
- title: '我的工作',
+ title: '工作中心',
path: '/processCenter',
'icon-class': 'el-icon-s-platform',
menuId: '3fadf',
- children: [
- {
- title: '流程中心',
- path: '/processCenter',
- menuId: '7455dc97eac2933341e18be659f07e89'
- },
- {
- title: '新建流程',
- path: '/createProcessNew',
- menuId: 'b53e6722b33a37c0fa2d87a9b06cca40'
- }
- ]
+ isChildren: true // 判断没有子菜单
},
+ // {
+ // title: '我的工作',
+ // path: '/processCenter',
+ // 'icon-class': 'el-icon-s-platform',
+ // menuId: '3fadf',
+ // children: [
+ // {
+ // title: '流程中心',
+ // path: '/processCenter',
+ // menuId: '7455dc97eac2933341e18be659f07e89'
+ // },
+ // {
+ // title: '新建流程',
+ // path: '/createProcessNew',
+ // menuId: 'b53e6722b33a37c0fa2d87a9b06cca40'
+ // }
+ // ]
+ // },
{
title: '本地工具',
path: '/localTool',
diff --git a/src/components/panel/PanelContent.vue b/src/components/panel/PanelContent.vue
index 1ebd8a353..db561f29a 100644
--- a/src/components/panel/PanelContent.vue
+++ b/src/components/panel/PanelContent.vue
@@ -17,6 +17,6 @@ export default {
height: calc(~'100% - 30px');
position: relative;
background: @subContainerContentColor;
- overflow: hidden;
+ overflow: auto;
}
diff --git a/src/pages/config/pages/mechanismManage/index.vue b/src/pages/config/pages/mechanismManage/index.vue
index 3e8039de6..7b1054ea3 100644
--- a/src/pages/config/pages/mechanismManage/index.vue
+++ b/src/pages/config/pages/mechanismManage/index.vue
@@ -59,7 +59,7 @@