Explorar el Código

权限修正(角色导出权限)

RuoYi hace 5 años
padre
commit
8b5a16c692
Se han modificado 1 ficheros con 1 adiciones y 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 @@
91 91
           icon="el-icon-download"
92 92
           size="mini"
93 93
           @click="handleExport"
94
-          v-hasPermi="['system:post:export']"
94
+          v-hasPermi="['system:role:export']"
95 95
         >导出</el-button>
96 96
       </el-col>
97 97
     </el-row>