소스 검색

update ruoyi-ui/src/views/monitor/operlog/index.vue.

asher 3 년 전
부모
커밋
45fa686a64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-ui/src/views/monitor/operlog/index.vue

+ 1 - 1
ruoyi-ui/src/views/monitor/operlog/index.vue

@@ -100,7 +100,7 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
-          v-hasPermi="['system:config:export']"
+          v-hasPermi="['monitor:operlog:export']"
         >导出</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>