From caaace44a0f0049b6a645d6e0a511af6adf7c1e0 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期六, 21 六月 2025 15:37:04 +0800
Subject: [PATCH] 专业报告审批修改bug

---
 laboratory/src/views/reportLibrary/projectProposalLibrary/components/approval/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/laboratory/src/views/reportLibrary/projectProposalLibrary/components/approval/index.vue b/laboratory/src/views/reportLibrary/projectProposalLibrary/components/approval/index.vue
index 85868ae..c821282 100644
--- a/laboratory/src/views/reportLibrary/projectProposalLibrary/components/approval/index.vue
+++ b/laboratory/src/views/reportLibrary/projectProposalLibrary/components/approval/index.vue
@@ -78,7 +78,7 @@
                             <div class="resolve" :class="status == '2' && 'activeStatus'" @click.stop="status = 2">
                                 通过
                             </div>
-                            <div class="reject" :class="status == '3' && 'activeStatus'" @click.stop="status = 3">
+                            <div class="reject" :class="status == '4' && 'activeStatus'" @click.stop="status = 4">
                                 驳回
                             </div>
                         </div>
@@ -96,7 +96,7 @@
         </div>
         <div slot="footer" class="dialog-footer">
             <el-button @click="handleClose">{{obj.isDetail ? '关闭' : '取 消'}}</el-button>
-            <el-button type="primary" @click="handleApprove" v-if="!obj.isDetail">通过</el-button>
+            <el-button type="primary" @click="handleApprove" v-if="!obj.isDetail">确定</el-button>
         </div>
     </el-dialog>
 </template>

--
Gitblit v1.7.1