ruoyi-ui/src/views/system/role/index.vue
@@ -124,7 +124,7 @@ </template> </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <template slot-scope="scope"> <template slot-scope="scope" v-if="scope.row.roleId !== 1"> <el-button size="mini" type="text" @@ -593,7 +593,7 @@ }).then(() => { this.getList(); this.msgSuccess("删除成功"); }) }).catch(() => {}); }, /** 导出按钮操作 */ handleExport() { @@ -608,7 +608,7 @@ }).then(response => { this.download(response.msg); this.exportLoading = false; }) }).catch(() => {}); } } };