From f3976c0792acbadb363b7a1749a24634053b9033 Mon Sep 17 00:00:00 2001
From: abbfun <819589789@qq.com>
Date: Wed, 29 Jul 2020 21:16:53 +0800
Subject: [PATCH] =?UTF-8?q?update=20ruoyi-ui/src/views/system/role/index.v?=
 =?UTF-8?q?ue.=20=E6=9D=83=E9=99=90=E4=BF=AE=E6=AD=A3=EF=BC=88=E8=A7=92?=
 =?UTF-8?q?=E8=89=B2=E5=AF=BC=E5=87=BA=E6=9D=83=E9=99=90=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ruoyi-ui/src/views/system/role/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruoyi-ui/src/views/system/role/index.vue b/ruoyi-ui/src/views/system/role/index.vue
index 1739f0a..dddc906 100644
--- a/ruoyi-ui/src/views/system/role/index.vue
+++ b/ruoyi-ui/src/views/system/role/index.vue
@@ -91,7 +91,7 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
-          v-hasPermi="['system:post:export']"
+          v-hasPermi="['system:role:export']"
         >导出</el-button>
       </el-col>
     </el-row>