瀏覽代碼

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

RuoYi 5 年之前
父節點
當前提交
8b5a16c692
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>