mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	添加流程-已办任务路由
This commit is contained in:
		@@ -317,6 +317,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
 | 
			
		||||
          title: '查看 OA 请假',
 | 
			
		||||
          activeMenu: 'bpm/oa/leave/detail'
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        path: '/bpm/task/done',
 | 
			
		||||
        component: () => import('@/views/bpm/task/done/index.vue'),
 | 
			
		||||
        name: 'TaskDone',
 | 
			
		||||
        meta: {
 | 
			
		||||
          noCache: true,
 | 
			
		||||
          hidden: true,
 | 
			
		||||
          canTo: true,
 | 
			
		||||
          title: '已办任务',
 | 
			
		||||
          activeMenu: 'bpm/task/done/index'
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user