From c4af892bb5a413c46e4c9b1e05d6c4c7ec0c43dc Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 24 三月 2026 16:39:58 +0800
Subject: [PATCH] feat(生产管理): 新增生产记录参数管理功能

---
 src/views/productionManagement/productionOrder/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 761139e..bc699fd 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -83,10 +83,10 @@
       </el-form>
       <template #footer>
         <span class="dialog-footer">
-          <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
           <el-button type="primary"
                      :loading="bindRouteSaving"
                      @click="handleBindRouteConfirm">纭� 璁�</el-button>
+          <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
         </span>
       </template>
     </el-dialog>
@@ -150,8 +150,9 @@
       width: '200px',
     },
     {
-      label: "闇�姹傛暟閲�",
+      label: "棰勮鐢熶骇鏁伴噺",
       prop: "quantity",
+      width: '140px',
     },
     {
       label: "瀹屾垚鏁伴噺",

--
Gitblit v1.9.3