Explorar o código

update ruoyi-ui/src/views/system/role/index.vue.
权限修正(角色导出权限)

abbfun %!s(int64=4) %!d(string=hai) anos
pai
achega
f3976c0792
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/views/system/role/index.vue

+ 1 - 1
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>