From 0ca44dcd97ec5e2530959eafd516bfed696d0e62 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 07 五月 2026 11:59:24 +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