chore: 我的待办 & 请假

This commit is contained in:
dap
2024-12-12 16:07:42 +08:00
parent 8f9215ffad
commit e6e2c84f45
16 changed files with 955 additions and 99 deletions

View File

@@ -129,6 +129,39 @@ const profileRoute: RouteRecordStringComponent[] = [
},
],
},
{
component: 'BasicLayout',
meta: {
hideChildrenInMenu: true,
hideInMenu: true,
title: '请假申请',
},
name: 'WorkflowLeave',
path: '/',
redirect: '/workflow/leave',
children: [
{
component: 'workflow/leave/leave-form',
meta: {
icon: 'eos-icons:role-binding-outlined',
keepAlive: true,
title: '请假申请',
},
name: 'WorkflowLeaveIndex',
path: '/workflow/leave',
},
],
},
{
component: 'workflow/leave/leave-form',
meta: {
icon: 'eos-icons:role-binding-outlined',
keepAlive: true,
title: '请假申请',
},
name: 'WorkflowLeaveInner',
path: '/workflow/leave-inner',
},
];
/**