From 7697462af0a6f38c1e0d5446fa8db0800f8816c0 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期二, 10 六月 2025 16:38:43 +0800
Subject: [PATCH] 工艺参数/设备分类 导出功能屏蔽、精度参数-查询修改 导出屏蔽

---
 src/views/eam/modules/equipmentCategory/EquipmentCategory2List.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/eam/modules/equipmentCategory/EquipmentCategory2List.vue b/src/views/eam/modules/equipmentCategory/EquipmentCategory2List.vue
index f485f6d..ef6c8bc 100644
--- a/src/views/eam/modules/equipmentCategory/EquipmentCategory2List.vue
+++ b/src/views/eam/modules/equipmentCategory/EquipmentCategory2List.vue
@@ -63,12 +63,12 @@
         type="primary"
         icon="plus"
       >鏂板</a-button> -->
-      <a-button
-        v-has="'equipmentCategory:import&outport'"
-        type="primary"
-        icon="download"
-        @click="handleExportXls('璁惧鍒嗙被鎶ヨ〃')"
-      >瀵煎嚭</a-button>
+<!--      <a-button-->
+<!--        v-has="'equipmentCategory:import&outport'"-->
+<!--        type="primary"-->
+<!--        icon="download"-->
+<!--        @click="handleExportXls('璁惧鍒嗙被鎶ヨ〃')"-->
+<!--      >瀵煎嚭</a-button>-->
       <a-dropdown
         v-if="selectedRowKeys.length > 0"
         v-has="'equipmentCategory:add&Edit&delete'"
@@ -247,7 +247,7 @@
                 return record.parentName+text;
               }
             },
-  
+
           {
             title: '涓婄骇璁惧鍒嗙被鍚嶇О',
             align: "center",

--
Gitblit v1.9.3