sunlupeng 1 年之前
父節點
當前提交
843f5e6a27
共有 2 個文件被更改,包括 106 次插入31 次删除
  1. 20 18
      src/components/AppList/index.vue
  2. 86 13
      src/views/index.vue

+ 20 - 18
src/components/AppList/index.vue

@@ -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
+            },
+            
+           
           ]
         },
         {

文件差異過大導致無法顯示
+ 86 - 13
src/views/index.vue