From e685ca0857e26207e372823bc404f163591dad63 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 18 五月 2026 15:59:43 +0800
Subject: [PATCH] 浪潮 1.权限修改
---
src/views/system/menu/index.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
index 3bea122..ac674c2 100644
--- a/src/views/system/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -33,7 +33,6 @@
plain
icon="Plus"
@click="handleAdd"
- v-hasPermi="['system:menu:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -76,9 +75,9 @@
</el-table-column>
<el-table-column label="鎿嶄綔" align="center" width="210" class-name="small-padding fixed-width">
<template #default="scope">
- <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:menu:edit']">淇敼</el-button>
- <el-button link type="primary" icon="Plus" @click="handleAdd(scope.row)" v-hasPermi="['system:menu:add']">鏂板</el-button>
- <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:menu:remove']">鍒犻櫎</el-button>
+ <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)">淇敼</el-button>
+ <el-button link type="primary" icon="Plus" @click="handleAdd(scope.row)">鏂板</el-button>
+ <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.3