From 5cecb661fce88baebda1019f676f05f2935537b2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 07 三月 2024 17:38:48 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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 bbab18a..9f793e7 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> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> @@ -126,14 +123,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