From a2f4a925841b8914dc233b92ee681c746bb35bc1 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 26 一月 2026 15:00:22 +0800
Subject: [PATCH] feat: BOM的导入导出按钮添加权限

---
 src/views/productionManagement/productStructure/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index a7e90e0..1ae3f77 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -1,9 +1,10 @@
 <template>
   <div class="app-container">
     <div style="text-align: right; margin-bottom: 10px;">
-      <el-button type="info" plain icon="Upload" @click="handleImport">瀵煎叆</el-button>
-      <el-button type="warning" plain icon="Download" @click="handleExport"
-        :disabled="selectedRows.length !== 1">瀵煎嚭</el-button>
+      <el-button type="info" plain icon="Upload" @click="handleImport"
+        v-hasPermi="['product:bom:import']">瀵煎叆</el-button>
+      <el-button type="warning" plain icon="Download" @click="handleExport" :disabled="selectedRows.length !== 1"
+        v-hasPermi="['product:bom:export']">瀵煎嚭</el-button>
       <el-button type="primary" @click="handleAdd">鏂板</el-button>
       <el-button type="danger" plain @click="handleBatchDelete" :disabled="selectedRows.length === 0">鍒犻櫎</el-button>
     </div>

--
Gitblit v1.9.3