RuoYi
2020-07-30 8b5a16c69299ca94cfbfb3ba67898e3cfe3f177c
权限修正(角色导出权限)
1 files modified
2 ■■■ changed files
ruoyi-ui/src/views/system/role/index.vue 2 ●●● patch | view | raw | blame | history
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>