From 1b6a698d779bb7c6c32df9faec538c4682597a83 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 15 一月 2026 11:38:17 +0800
Subject: [PATCH] fix: 完成BOM详情变更

---
 src/views/productionManagement/processRoute/processRouteItem/index.vue |   29 ++++++++++++-----------------
 1 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 641ffff..fa6fbad 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
-    <div class="operate-button">
-      <div style="margin-bottom: 15px;">
+    <PageHeader content="宸ヨ壓璺嚎椤圭洰">
+      <template #right-button>
         <el-button
             type="primary"
             @click="isShowProductSelectDialog = true"
@@ -9,16 +9,16 @@
           閫夋嫨浜у搧
         </el-button>
         <el-button type="primary" @click="handleSubmit">纭</el-button>
-      </div>
-
-      <el-switch
-          v-model="isTable"
-          inline-prompt
-          active-text="琛ㄦ牸"
-          inactive-text="鍒楄〃"
-          @change="handleViewChange"
-      />
-    </div>
+        <el-switch
+            v-model="isTable"
+            inline-prompt
+            active-text="琛ㄦ牸"
+            inactive-text="鍒楄〃"
+            @change="handleViewChange"
+            style="margin-left: 10px;"
+        />
+      </template>
+    </PageHeader>
     <el-table
         v-if="isTable"
         ref="multipleTable"
@@ -404,11 +404,6 @@
   padding: 0 !important;
 }
 
-.operate-button {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
 
 /* 淇敼锛氳嚜瀹氫箟姝ラ鏉″鍣ㄦ牱寮� */
 .custom-steps {

--
Gitblit v1.9.3