From e50eb636e24007ac32b8a6cec18cad13bbfcaf3b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 18 五月 2026 16:03:58 +0800
Subject: [PATCH] 浪潮 1.权限修改
---
src/views/productionManagement/productStructure/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index e05ed3c..28517ba 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -8,13 +8,13 @@
plain
icon="Upload"
@click="handleImport"
- v-hasPermi="['product:bom:import']">瀵煎叆</el-button>
+ >瀵煎叆</el-button>
<el-button type="warning"
plain
icon="Download"
@click="handleExport"
:disabled="selectedRows.length !== 1"
- v-hasPermi="['product:bom:export']">瀵煎嚭</el-button>
+ >瀵煎嚭</el-button>
<el-button type="danger"
plain
@click="handleBatchDelete"
--
Gitblit v1.9.3