From c09e74d1f2ce9674f24cc20c02e4223f5ffc7663 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 07 三月 2024 15:33:43 +0800
Subject: [PATCH] 取消考核发布导出

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

diff --git a/src/views/system/publish/index.vue b/src/views/system/publish/index.vue
index 6e35dcb..bbab18a 100644
--- a/src/views/system/publish/index.vue
+++ b/src/views/system/publish/index.vue
@@ -94,16 +94,6 @@
           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>
 

--
Gitblit v1.8.0