From 11bf8ca6afddcedda634c7494b3550e758165001 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 07 三月 2024 17:05:52 +0800 Subject: [PATCH] 权限屏蔽 --- src/views/system/publish/index.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/system/publish/index.vue b/src/views/system/publish/index.vue index 6e35dcb..d262b08 100644 --- a/src/views/system/publish/index.vue +++ b/src/views/system/publish/index.vue @@ -69,7 +69,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['system:publish:add']" >鏂板</el-button> </el-col> <el-col :span="1.5"> @@ -80,7 +79,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['system:publish:edit']" >淇敼</el-button> </el-col> <el-col :span="1.5"> @@ -91,7 +89,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['system:publish:remove']" >鍒犻櫎</el-button> </el-col> <el-col :span="1.5"> @@ -136,14 +133,12 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['system:publish:edit']" >淇敼</el-button> <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['system:publish:remove']" >鍒犻櫎</el-button> </template> </el-table-column> -- Gitblit v1.8.0