角色管理去掉导出按钮

This commit is contained in:
fengerli
2025-10-10 17:42:04 +08:00
parent 1c664cc2f6
commit 65af3b6956
2 changed files with 5 additions and 5 deletions

View File

@ -43,9 +43,9 @@
删除
</el-button>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button v-hasPermi="['system:dict:export']" type="warning" plain icon="Download" @click="handleExport">导出</el-button>
</el-col>
</el-col> -->
<el-col :span="1.5">
<el-button v-hasPermi="['system:dict:remove']" type="danger" plain icon="Refresh" @click="handleRefreshCache">刷新缓存</el-button>
</el-col>