From 61df97c4b9e40a8c5cc12fe7ed484d4354cca49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 6 Jun 2024 10:59:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E7=AC=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/workflow/leave/index.vue | 8 ++++---- src/views/workflow/task/myDocument.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b020b4c..438708f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -167,7 +167,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [ path: '/workflow/leaveEdit', component: Layout, hidden: true, - permissions: ['demo:leave:edit'], + permissions: ['workflow:leave:edit'], children: [ { path: 'index', diff --git a/src/views/workflow/leave/index.vue b/src/views/workflow/leave/index.vue index 4157be3..d9c50c4 100644 --- a/src/views/workflow/leave/index.vue +++ b/src/views/workflow/leave/index.vue @@ -22,10 +22,10 @@