|
|
@@ -170,7 +170,7 @@ export default {
|
|
|
{
|
|
|
"id": 1,
|
|
|
"parentId": 0,
|
|
|
- "name": "任务管理",
|
|
|
+ "name": "审批中心",
|
|
|
"path": "/task",
|
|
|
"component": null,
|
|
|
"componentName": null,
|
|
|
@@ -179,23 +179,10 @@ export default {
|
|
|
"keepAlive": true,
|
|
|
"alwaysShow": true,
|
|
|
"children": [
|
|
|
- {
|
|
|
- "id": 1201,
|
|
|
- "parentId": 1200,
|
|
|
- "name": "我的流程",
|
|
|
- "path": "my",
|
|
|
- "component": "bpm/processInstance/index",
|
|
|
- "componentName": "BpmProcessInstance",
|
|
|
- "icon": "people",
|
|
|
- "visible": true,
|
|
|
- "keepAlive": true,
|
|
|
- "alwaysShow": true,
|
|
|
- "children": null
|
|
|
- },
|
|
|
- {
|
|
|
+ {
|
|
|
"id": 1207,
|
|
|
"parentId": 1200,
|
|
|
- "name": "待办任务",
|
|
|
+ "name": "我的代办",
|
|
|
"path": "todo",
|
|
|
"component": "bpm/task/todo/index",
|
|
|
"componentName": "BpmTodoTask",
|
|
|
@@ -208,7 +195,7 @@ export default {
|
|
|
{
|
|
|
"id": 1208,
|
|
|
"parentId": 1200,
|
|
|
- "name": "已办任务",
|
|
|
+ "name": "已处理",
|
|
|
"path": "done",
|
|
|
"component": "bpm/task/done/index",
|
|
|
"componentName": "BpmDoneTask",
|
|
|
@@ -217,7 +204,22 @@ export default {
|
|
|
"keepAlive": true,
|
|
|
"alwaysShow": true,
|
|
|
"children": null
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1201,
|
|
|
+ "parentId": 1200,
|
|
|
+ "name": "已发起",
|
|
|
+ "path": "my",
|
|
|
+ "component": "bpm/processInstance/index",
|
|
|
+ "componentName": "BpmProcessInstance",
|
|
|
+ "icon": "people",
|
|
|
+ "visible": true,
|
|
|
+ "keepAlive": true,
|
|
|
+ "alwaysShow": true,
|
|
|
+ "children": null
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
]
|
|
|
},
|
|
|
{
|