From c380f2a463e387d864f46c9eaf3c54daf48b3192 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 18 四月 2023 09:59:55 +0800
Subject: [PATCH] 修改

---
 src/views/analyse/applyReview/components/reportDialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/analyse/applyReview/components/reportDialog.vue b/src/views/analyse/applyReview/components/reportDialog.vue
index 5724dfa..dbda8f2 100644
--- a/src/views/analyse/applyReview/components/reportDialog.vue
+++ b/src/views/analyse/applyReview/components/reportDialog.vue
@@ -178,7 +178,7 @@
                         <td class="w-25 m-color">{{item.approveStage}}</td>
                         <td class="w-25">{{item.approvePerson}}</td>
                         <td class="w-25 m-color">审批结果</td>
-                        <td class="w-25">{{item.approveStatus==1?'未审批':item.approveStatus==2?'通过':'未通过'}}</td>
+                        <td class="w-25" :class="item.approveStatus==3?'redTit':''">{{item.approveStatus==1?'未审批':item.approveStatus==2?'通过':'未通过'}}</td>
                       </tr>
                       <tr>
                         <td class="w-25 m-color autoheight">审批意见</td>

--
Gitblit v1.9.2