调整新建流程页面
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -17,6 +17,6 @@ export default {
|
||||
height: calc(~'100% - 30px');
|
||||
position: relative;
|
||||
background: @subContainerContentColor;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user