From 07f9f8657d057a38792c3822acc9b08d83478967 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 07 五月 2026 14:23:10 +0800
Subject: [PATCH] 合并代码

---
 src/views/oaSystem/projectManagement/projectDetail.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/oaSystem/projectManagement/projectDetail.vue b/src/views/oaSystem/projectManagement/projectDetail.vue
index c3b0779..578f76e 100644
--- a/src/views/oaSystem/projectManagement/projectDetail.vue
+++ b/src/views/oaSystem/projectManagement/projectDetail.vue
@@ -137,8 +137,8 @@
   </el-form>
       <template #footer>
         <div class="dialog-footer">
-          <el-button @click="cancel">鍙栨秷</el-button>
           <el-button type="primary" @click="submitForm">纭畾</el-button>
+          <el-button @click="cancel">鍙栨秷</el-button>
         </div>
       </template>
     </el-dialog>
@@ -239,8 +239,8 @@
       </el-form>
       <template #footer>
         <div class="dialog-footer">
-          <el-button @click="cancelGoal">鍙栨秷</el-button>
           <el-button type="primary" @click="submitGoalForm">纭畾</el-button>
+          <el-button @click="cancelGoal">鍙栨秷</el-button>
         </div>
       </template>
     </el-dialog>

--
Gitblit v1.9.3