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

master
asher 4 years ago committed by Gitee
parent 0d8c3b4940
commit 45fa686a64
  1. 2
      ruoyi-ui/src/views/monitor/operlog/index.vue

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

Loading…
Cancel
Save