From 01a4f6341f6fe4806f45cf7a4c7b3bc450a6a0e0 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 07 五月 2026 16:08:53 +0800
Subject: [PATCH] feat(AIChatSidebar): 添加文件上传预览和消息中文件显示功能

---
 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