From 596940048ca4a9b3a18cd1a1c85e698db504035e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 08 三月 2024 09:53:05 +0800
Subject: [PATCH] 考核模板修改bug处理

---
 src/views/system/publish/index.vue |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/views/system/publish/index.vue b/src/views/system/publish/index.vue
index 6e35dcb..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,18 +89,7 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['system:publish:remove']"
         >鍒犻櫎</el-button>
-      </el-col>
-      <el-col :span="1.5">
-        <el-button
-          type="warning"
-          plain
-          icon="el-icon-download"
-          size="mini"
-          @click="handleExport"
-          v-hasPermi="['system:publish:export']"
-        >瀵煎嚭</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
@@ -136,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