From 4bca9dd2a51a3564a59e7cf8e0d36ba54ad140ce Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 25 三月 2026 14:31:00 +0800
Subject: [PATCH] feat:1.生产报工增加工序绑定的设备选择展示 2.报工生产参数添加

---
 src/components/Dialog/FormDialog.vue |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/components/Dialog/FormDialog.vue b/src/components/Dialog/FormDialog.vue
index 1425b6d..8b657de 100644
--- a/src/components/Dialog/FormDialog.vue
+++ b/src/components/Dialog/FormDialog.vue
@@ -8,14 +8,18 @@
     <slot></slot>
     <template #footer>
       <div class="dialog-footer">
-        <el-button
-          v-if="showConfirm"
-          type="primary"
-          @click="handleConfirm"
-        >
-          纭
-        </el-button>
-        <el-button @click="handleCancel">鍙栨秷</el-button>
+        <!-- 鑷畾涔夋寜閽彃妲� -->
+        <slot name="footer">
+          <!-- 榛樿鎸夐挳 -->
+          <el-button
+            v-if="showConfirm"
+            type="primary"
+            @click="handleConfirm"
+          >
+            纭
+          </el-button>
+          <el-button @click="handleCancel">鍙栨秷</el-button>
+        </slot>
       </div>
     </template>
   </el-dialog>

--
Gitblit v1.9.3