From a210061efaebd08dae357b2687374bb7bb8b17c0 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期日, 13 九月 2026 13:52:10 +0800
Subject: [PATCH] fix: 基础产品导入按钮调整
---
src/views/basicData/product/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index b05b215..a50fd31 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -9,6 +9,10 @@
@clear="searchFilter"
clearable
prefix-icon="Search" />
+ <span style="margin-left: 12px">
+ <ImportExcel :product-id="currentId"
+ @uploadSuccess="getModelList" />
+ </span>
<el-button v-if="false"
type="primary"
@click="openProDia('addOne')"
@@ -72,8 +76,6 @@
@click="openModelDia('add')">
鏂板瑙勬牸鍨嬪彿
</el-button>
- <ImportExcel :product-id="currentId"
- @uploadSuccess="getModelList" />
<el-button type="danger"
@click="handleDelete"
style="margin-left: 10px"
--
Gitblit v1.9.3