feat: 权限管理刷新按钮放上去

This commit is contained in:
yehuangf 2025-12-29 11:24:55 +08:00
parent 4cf5641564
commit 765d4ace18

View File

@ -5,14 +5,12 @@
<el-button type="primary" @click="handleAddRole"> <el-button type="primary" @click="handleAddRole">
新增角色 新增角色
</el-button> </el-button>
</div>
<div class="table-section">
<div class="table-toolbar">
<el-button icon="el-icon-refresh" size="small" @click="handleRefresh"> <el-button icon="el-icon-refresh" size="small" @click="handleRefresh">
刷新 刷新
</el-button> </el-button>
</div> </div>
<div class="table-section">
<el-table :data="tableData" border style="width: 100%"> <el-table :data="tableData" border style="width: 100%">
<el-table-column type="index" label="序号" width="90" align="center" /> <el-table-column type="index" label="序号" width="90" align="center" />
<el-table-column prop="roleName" label="角色名称" align="center" min-width="150" /> <el-table-column prop="roleName" label="角色名称" align="center" min-width="150" />