whj 11 months ago
parent
commit
6bb686bc35

+ 2 - 0
src/router/generator-platform-routers.js

@@ -459,6 +459,8 @@ const constantRouterComponents = {
   'Workflow': () => import('@/views/workflow/workflow/Workflow.vue'),
   'Workflow': () => import('@/views/workflow/workflow/Workflow.vue'),
   //
   //
   'WaitPublish': () => import('@/views/workplace/publish/WaitPublish'), 
   'WaitPublish': () => import('@/views/workplace/publish/WaitPublish'), 
+  'WaitWork': () => import('@/views/workplace/publish/WaitWork'), 
+  'Executed': () => import('@/views/workplace/publish/Executed'), 
 
 
 }
 }
 
 

+ 16 - 7
src/views/workplace/publish/Executed.vue

@@ -92,15 +92,24 @@ export default {
           dataIndex: 'taskName',
           dataIndex: 'taskName',
         },
         },
         {
         {
-          title: '创建时间',
-          dataIndex: 'taskCreatedTime',
+          title: '发起人',
+          dataIndex: 'applyUserName',
         },
         },
         {
         {
-          title: '状态',
-          dataIndex: 'taskStatus',
-          customRender: (text, record, index) => {
-            return this.statusMap[text]
-          },
+          title: '发起时间',
+          dataIndex: 'applyTime',
+        },
+        {
+          title: '上一处理人',
+          dataIndex: 'lastUserName',
+        },
+        {
+          title: '处理时间',
+          dataIndex: 'handleTime',
+        },
+        {
+          title: '当前处理人',
+          dataIndex: 'currentUserName',
         },
         },
         {
         {
           title: '操作',
           title: '操作',