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 | 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 d262b08..9f793e7 100644
--- a/src/views/system/publish/index.vue
+++ b/src/views/system/publish/index.vue
@@ -91,16 +91,6 @@
@click="handleDelete"
>鍒犻櫎</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