Просмотр исходного кода

!184 update ruoyi-ui/src/views/monitor/operlog/index.vue.
Merge pull request !184 from asher/N/A

若依 3 лет назад
Родитель
Сommit
fea3ff7b2a
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>