From 690f3e58ca4e912e76ae11234e85f8533814154d Mon Sep 17 00:00:00 2001 From: helinfeng <82085299+itfxl@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:27:16 +0800 Subject: [PATCH] =?UTF-8?q?issue=EF=BC=9A11588?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/IndexItem.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/forge/Main/IndexItem.js b/src/forge/Main/IndexItem.js index 97a3a460e..c4e2d3d34 100644 --- a/src/forge/Main/IndexItem.js +++ b/src/forge/Main/IndexItem.js @@ -255,10 +255,10 @@ class IndexItem extends Component { fork {item.forked_count} : null } - {filter == "manage" && + {filter == "manage" && {item.audit_statu == 1 && 公开审核中} - {item.audit_statu == 1 && 驳回审核中} - } + {item.audit_statu == 3 && 驳回审核中} + }