From 7ba23e6e4870465855d80d026cf31490e0f8d427 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 22 九月 2025 11:20:47 +0800
Subject: [PATCH] 中空一线、二线。三线页面改造

---
 UI-Project/src/views/hollow/hollowequipment.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index ef2b32a..d738eb9 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -24,11 +24,6 @@
           $t('hellow.stopproject')
         }}
         </el-button>
-        <el-button style="margin-left: 10px;" :disabled="listFlow.length > 0 ? false : true" id="searchButton" type="warning"
-          @click="handleBinde">{{
-            $t('searchOrder.printlabels')
-          }}
-        </el-button>
       </div>
       <div id="dotClass">
         <!-- <div style="margin-bottom: -5px;margin-left: 5px;"> -->
@@ -77,6 +72,11 @@
           $t('hellow.taskdet')
         }}
         </el-button> 
+        <el-button style="margin-left: 10px;" :disabled="listFlow.length > 0 ? false : true" id="searchButton" type="warning"
+          @click="handleBinde">{{
+            $t('searchOrder.printlabels')
+          }}
+        </el-button>
   </div>  
       <!-- 鍔ㄦ�佽〃鏍� -->
       <el-table 

--
Gitblit v1.8.0