From 6bbeeba455ab2ca60023560a97a489b17a727321 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Tue, 13 Jun 2023 12:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20OA=20=E8=AF=B7=E5=81=87?= =?UTF-8?q?=EF=BC=8Ccreate=20=E5=92=8C=20detail=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E8=B7=AF=E7=94=B1=EF=BC=8C=E5=8F=AF=E6=8E=A5?= =?UTF-8?q?=E5=85=A5=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 07698984..749bddb8 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -313,7 +313,19 @@ const remainingRouter: AppRouteRecordRaw[] = [ hidden: true, canTo: true, title: '发起 OA 请假', - activeMenu: 'bpm/oa/leave/create' + activeMenu: '/bpm/oa/leave' + } + }, + { + path: '/bpm/oa/leave/detail', + component: () => import('@/views/bpm/oa/leave/detail.vue'), + name: 'OALeaveDetail', + meta: { + noCache: true, + hidden: true, + canTo: true, + title: '查看 OA 请假', + activeMenu: '/bpm/oa/leave' } }, {