From 7bf2fb0fe59ca062ff4bf20688474ffae9856ce0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 26 二月 2024 17:02:19 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/ethicalExpertFeeApply/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/project/fund/ethicalExpertFeeApply/index.vue b/src/views/project/fund/ethicalExpertFeeApply/index.vue
index 6f883ae..87efc48 100644
--- a/src/views/project/fund/ethicalExpertFeeApply/index.vue
+++ b/src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -2054,7 +2054,7 @@
       this.detailInfoDialogShow = false;
     },
     rowClassName({ row, column, rowIndex, columnIndex }) {
-      if (row.recordstatus == -1 && row.backflowlevel > 0) {
+      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
         return "error-row";
       }
       return "";

--
Gitblit v1.9.3