From 90dc4289adba96cec73b89077f0d2fdd7f0e95af Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Fri, 27 Feb 2026 17:48:44 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E9=A9=B3=E5=9B=9E=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=B1=95=E7=A4=BAbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/Stakeholder/Qualification/Apply/List/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/Stakeholder/Qualification/Apply/List/index.js b/src/pages/Container/Stakeholder/Qualification/Apply/List/index.js index bca0c93..f1d637b 100644 --- a/src/pages/Container/Stakeholder/Qualification/Apply/List/index.js +++ b/src/pages/Container/Stakeholder/Qualification/Apply/List/index.js @@ -67,7 +67,7 @@ function List(props) { { title: "审核状态", dataIndex: "status", render: (_, record) => ( <> {record.status === 200 && `${record.auditProcess === 100 ? "集团单位" : "审核部门"}审核中`} - {record.status === 300 && `${record.auditProcess === 200 ? "集团单位" : "审核部门"}已驳回`} + {record.status === 300 && `${record.auditProcess === 100 ? "集团单位" : "审核部门"}已驳回`} {record.status === 400 && "已通过"} ) },