调整新建流程页面

This commit is contained in:
宋伟佳
2022-01-07 14:38:09 +08:00
parent 6f2f6344e2
commit 6293ba587f
4 changed files with 769 additions and 16 deletions
+20 -13
View File
@@ -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',
+1 -1
View File
@@ -17,6 +17,6 @@ export default {
height: calc(~'100% - 30px');
position: relative;
background: @subContainerContentColor;
overflow: hidden;
overflow: auto;
}
</style>