From 47525324aa1100572e90efeb9b3a20ff17f194c4 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 09 九月 2026 14:15:38 +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 15f817d..f9b554f 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